blob: 5e0d48a23d3734cc80c112a0a573103d0fa2ce6d [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: The RGB hexadecimal notations: #RRGGBB</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#hex-notation">
<link rel="match" href="greentext-ref.html">
<meta name="assert" content="8 digit hex, fully opaque">
<style>
.test {color: #008000FF}
</style>
<body>
<p class="test">Test passes if this text is green</p>
</body>