Shades of Reef #E0FF9A
Tints of Reef #E0FF9A
RGB
CMYK
RGB Variations
Color information
#E0FF9A (or 0xE0FF9A) is known color: Reef. HEX triplet: E0, FF and 9A. RGB value is (224,255,154). Sum of RGB (Red+Green+Blue) = 224+255+154=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 154 (60.55% from 255 or 24.33% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FF9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FF9A is #1F0065. Grayscale: #EAEAEA. Windows color (decimal): -2031718 or 10158048. OLE color: 10158048.
HSL color Cylindrical-coordinate representation of color #E0FF9A: hue angle of 78.42º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E0FF9A is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 154 | - |
| CMYK | 0.12 | 0 | 0.40 | 0 |
| HSL | 78.42º | 1% | 0.8% | - |
| HSV(B) | 78.42º | 0.4% | 1% | - |
| XYZ | 72.33 | 89.7 | 44.07 | - |
| YUV | 234.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 154 | 0.12 | 0 | 0.40 | 0 | 78.42 | 1 | 0.8 |
| Hex | E0 | FF | 9A | C | 0 | 28 | 0 | 4E | 64 | 50 |
| Octal | 340 | 377 | 232 | 14 | 0 | 50 | 0 | 116 | 144 | 120 |
| Binary | 11100000 | 11111111 | 10011010 | 1100 | 0 | 101000 | 0 | 1001110 | 1100100 | 1010000 |
Color Harmonies of #E0FF9A
Complementary color
Monochromatic Colors of #E0FF9A
Black with #E0FF9A
Text Example
Text Example
White with #E0FF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FF9A; }
p { color: rgb(224,255,154); }
H1.HeaderClassName
{
color: #E0FF9A;
}
.AnyTagClassName
{
color: #E0FF9A;
}
</style>
background-color css
<style>
a { background-color: #E0FF9A; }
a { background-color: rgb(224,255,154); }
div.DivClassName
{
background-color: #E0FF9A;
}
.BgClassName
{
background-color: #E0FF9A;
}
</style>
border-color css
<style>
span { border-color: #E0FF9A; }
span { border-color: rgb(224,255,154); }
td.TdClassName
{
border-color: #E0FF9A;
}
.TagClassName
{
border-color: #E0FF9A;
}
</style>