Shades of Citrus #8EC90F
Tints of Citrus #8EC90F
RGB
CMYK
RGB Variations
Color information
#8EC90F (or 0x8EC90F) is known color: Citrus. HEX triplet: 8E, C9 and 0F. RGB value is (142,201,15). Sum of RGB (Red+Green+Blue) = 142+201+15=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 15 (6.25% from 255 or 4.19% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC90F is #7136F0. Grayscale: #A2A2A2. Windows color (decimal): -7419633 or 1034638. OLE color: 1034638.
HSL color Cylindrical-coordinate representation of color #8EC90F: hue angle of 79.03º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EC90F is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 201 | 15 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.21 |
| HSL | 79.03º | 0.86% | 0.42% | - |
| HSV(B) | 79.03º | 0.93% | 0.79% | - |
| XYZ | 32.13 | 47.56 | 7.94 | - |
| YUV | 162.16 | 44.95 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 201 | 15 | 0.29 | 0 | 0.93 | 0.21 | 79.03 | 0.86 | 0.42 |
| Hex | 8E | C9 | F | 1D | 0 | 5D | 15 | 4F | 56 | 2A |
| Octal | 216 | 311 | 17 | 35 | 0 | 135 | 25 | 117 | 126 | 52 |
| Binary | 10001110 | 11001001 | 1111 | 11101 | 0 | 1011101 | 10101 | 1001111 | 1010110 | 101010 |
Color Harmonies of #8EC90F
Complementary color
Monochromatic Colors of #8EC90F
Black with #8EC90F
Text Example
Text Example
White with #8EC90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC90F; }
p { color: rgb(142,201,15); }
H1.HeaderClassName
{
color: #8EC90F;
}
.AnyTagClassName
{
color: #8EC90F;
}
</style>
background-color css
<style>
a { background-color: #8EC90F; }
a { background-color: rgb(142,201,15); }
div.DivClassName
{
background-color: #8EC90F;
}
.BgClassName
{
background-color: #8EC90F;
}
</style>
border-color css
<style>
span { border-color: #8EC90F; }
span { border-color: rgb(142,201,15); }
td.TdClassName
{
border-color: #8EC90F;
}
.TagClassName
{
border-color: #8EC90F;
}
</style>