Shades of Citrus #8EC902
Tints of Citrus #8EC902
RGB
CMYK
RGB Variations
Color information
#8EC902 (or 0x8EC902) is known color: Citrus. HEX triplet: 8E, C9 and 02. RGB value is (142,201,2). Sum of RGB (Red+Green+Blue) = 142+201+2=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC902 is #7136FD. Grayscale: #A1A1A1. Windows color (decimal): -7419646 or 182670. OLE color: 182670.
HSL color Cylindrical-coordinate representation of color #8EC902: hue angle of 77.79º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EC902 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.21 |
| HSL | 77.79º | 0.98% | 0.4% | - |
| HSV(B) | 77.79º | 0.99% | 0.79% | - |
| XYZ | 32.05 | 47.53 | 7.54 | - |
| YUV | 160.67 | 38.45 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 2 | 0.29 | 0 | 0.99 | 0.21 | 77.79 | 0.98 | 0.4 |
| Hex | 8E | C9 | 2 | 1D | 0 | 63 | 15 | 4E | 62 | 28 |
| Octal | 216 | 311 | 2 | 35 | 0 | 143 | 25 | 116 | 142 | 50 |
| Binary | 10001110 | 11001001 | 10 | 11101 | 0 | 1100011 | 10101 | 1001110 | 1100010 | 101000 |
Color Harmonies of #8EC902
Complementary color
Monochromatic Colors of #8EC902
Black with #8EC902
Text Example
Text Example
White with #8EC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC902; }
p { color: rgb(142,201,2); }
H1.HeaderClassName
{
color: #8EC902;
}
.AnyTagClassName
{
color: #8EC902;
}
</style>
background-color css
<style>
a { background-color: #8EC902; }
a { background-color: rgb(142,201,2); }
div.DivClassName
{
background-color: #8EC902;
}
.BgClassName
{
background-color: #8EC902;
}
</style>
border-color css
<style>
span { border-color: #8EC902; }
span { border-color: rgb(142,201,2); }
td.TdClassName
{
border-color: #8EC902;
}
.TagClassName
{
border-color: #8EC902;
}
</style>