Shades of Citrus #8EAC00
Tints of Citrus #8EAC00
RGB
CMYK
RGB Variations
Color information
#8EAC00 (or 0x8EAC00) is known color: Citrus. HEX triplet: 8E, AC and 00. RGB value is (142,172,0). Sum of RGB (Red+Green+Blue) = 142+172+0=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAC00 is #7153FF. Grayscale: #909090. Windows color (decimal): -7427072 or 44174. OLE color: 44174.
HSL color Cylindrical-coordinate representation of color #8EAC00: hue angle of 70.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8EAC00 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.33 |
| HSL | 70.47º | 1% | 0.34% | - |
| HSV(B) | 70.47º | 1% | 0.67% | - |
| XYZ | 25.91 | 35.26 | 5.44 | - |
| YUV | 143.42 | 47.06 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 0 | 0.17 | 0 | 1 | 0.33 | 70.47 | 1 | 0.34 |
| Hex | 8E | AC | 0 | 11 | 0 | 64 | 21 | 46 | 64 | 22 |
| Octal | 216 | 254 | 0 | 21 | 0 | 144 | 41 | 106 | 144 | 42 |
| Binary | 10001110 | 10101100 | 0 | 10001 | 0 | 1100100 | 100001 | 1000110 | 1100100 | 100010 |
Color Harmonies of #8EAC00
Complementary color
Monochromatic Colors of #8EAC00
Black with #8EAC00
Text Example
Text Example
White with #8EAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC00; }
p { color: rgb(142,172,0); }
H1.HeaderClassName
{
color: #8EAC00;
}
.AnyTagClassName
{
color: #8EAC00;
}
</style>
background-color css
<style>
a { background-color: #8EAC00; }
a { background-color: rgb(142,172,0); }
div.DivClassName
{
background-color: #8EAC00;
}
.BgClassName
{
background-color: #8EAC00;
}
</style>
border-color css
<style>
span { border-color: #8EAC00; }
span { border-color: rgb(142,172,0); }
td.TdClassName
{
border-color: #8EAC00;
}
.TagClassName
{
border-color: #8EAC00;
}
</style>