Shades of Citrus #8EC406
Tints of Citrus #8EC406
RGB
CMYK
RGB Variations
Color information
#8EC406 (or 0x8EC406) is known color: Citrus. HEX triplet: 8E, C4 and 06. RGB value is (142,196,6). Sum of RGB (Red+Green+Blue) = 142+196+6=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC406 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC406 is #713BF9. Grayscale: #9E9E9E. Windows color (decimal): -7420922 or 443534. OLE color: 443534.
HSL color Cylindrical-coordinate representation of color #8EC406: hue angle of 77.05º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EC406 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 6 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.23 |
| HSL | 77.05º | 0.94% | 0.4% | - |
| HSV(B) | 77.05º | 0.97% | 0.77% | - |
| XYZ | 30.93 | 45.24 | 7.28 | - |
| YUV | 158.19 | 42.11 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 6 | 0.28 | 0 | 0.97 | 0.23 | 77.05 | 0.94 | 0.4 |
| Hex | 8E | C4 | 6 | 1C | 0 | 61 | 17 | 4D | 5E | 28 |
| Octal | 216 | 304 | 6 | 34 | 0 | 141 | 27 | 115 | 136 | 50 |
| Binary | 10001110 | 11000100 | 110 | 11100 | 0 | 1100001 | 10111 | 1001101 | 1011110 | 101000 |
Color Harmonies of #8EC406
Complementary color
Monochromatic Colors of #8EC406
Black with #8EC406
Text Example
Text Example
White with #8EC406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC406; }
p { color: rgb(142,196,6); }
H1.HeaderClassName
{
color: #8EC406;
}
.AnyTagClassName
{
color: #8EC406;
}
</style>
background-color css
<style>
a { background-color: #8EC406; }
a { background-color: rgb(142,196,6); }
div.DivClassName
{
background-color: #8EC406;
}
.BgClassName
{
background-color: #8EC406;
}
</style>
border-color css
<style>
span { border-color: #8EC406; }
span { border-color: rgb(142,196,6); }
td.TdClassName
{
border-color: #8EC406;
}
.TagClassName
{
border-color: #8EC406;
}
</style>