Shades of Citrus #8EAA02
Tints of Citrus #8EAA02
RGB
CMYK
RGB Variations
Color information
#8EAA02 (or 0x8EAA02) is known color: Citrus. HEX triplet: 8E, AA and 02. RGB value is (142,170,2). Sum of RGB (Red+Green+Blue) = 142+170+2=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAA02 is #7155FD. Grayscale: #8F8F8F. Windows color (decimal): -7427582 or 174734. OLE color: 174734.
HSL color Cylindrical-coordinate representation of color #8EAA02: hue angle of 70º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EAA02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.33 |
| HSL | 70º | 0.98% | 0.34% | - |
| HSV(B) | 70º | 0.99% | 0.67% | - |
| XYZ | 25.54 | 34.5 | 5.37 | - |
| YUV | 142.48 | 48.72 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 2 | 0.16 | 0 | 0.99 | 0.33 | 70 | 0.98 | 0.34 |
| Hex | 8E | AA | 2 | 10 | 0 | 63 | 21 | 46 | 62 | 22 |
| Octal | 216 | 252 | 2 | 20 | 0 | 143 | 41 | 106 | 142 | 42 |
| Binary | 10001110 | 10101010 | 10 | 10000 | 0 | 1100011 | 100001 | 1000110 | 1100010 | 100010 |
Color Harmonies of #8EAA02
Complementary color
Monochromatic Colors of #8EAA02
Black with #8EAA02
Text Example
Text Example
White with #8EAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA02; }
p { color: rgb(142,170,2); }
H1.HeaderClassName
{
color: #8EAA02;
}
.AnyTagClassName
{
color: #8EAA02;
}
</style>
background-color css
<style>
a { background-color: #8EAA02; }
a { background-color: rgb(142,170,2); }
div.DivClassName
{
background-color: #8EAA02;
}
.BgClassName
{
background-color: #8EAA02;
}
</style>
border-color css
<style>
span { border-color: #8EAA02; }
span { border-color: rgb(142,170,2); }
td.TdClassName
{
border-color: #8EAA02;
}
.TagClassName
{
border-color: #8EAA02;
}
</style>