Shades of Citrus #8EC809
Tints of Citrus #8EC809
RGB
CMYK
RGB Variations
Color information
#8EC809 (or 0x8EC809) is known color: Citrus. HEX triplet: 8E, C8 and 09. RGB value is (142,200,9). Sum of RGB (Red+Green+Blue) = 142+200+9=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 9 (3.91% from 255 or 2.56% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC809 is #7137F6. Grayscale: #A1A1A1. Windows color (decimal): -7419895 or 641166. OLE color: 641166.
HSL color Cylindrical-coordinate representation of color #8EC809: hue angle of 78.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8EC809 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 9 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.22 |
| HSL | 78.22º | 0.91% | 0.41% | - |
| HSV(B) | 78.22º | 0.96% | 0.78% | - |
| XYZ | 31.86 | 47.08 | 7.67 | - |
| YUV | 160.88 | 42.28 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 9 | 0.29 | 0 | 0.96 | 0.22 | 78.22 | 0.91 | 0.41 |
| Hex | 8E | C8 | 9 | 1D | 0 | 60 | 16 | 4E | 5B | 29 |
| Octal | 216 | 310 | 11 | 35 | 0 | 140 | 26 | 116 | 133 | 51 |
| Binary | 10001110 | 11001000 | 1001 | 11101 | 0 | 1100000 | 10110 | 1001110 | 1011011 | 101001 |
Color Harmonies of #8EC809
Complementary color
Monochromatic Colors of #8EC809
Black with #8EC809
Text Example
Text Example
White with #8EC809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC809; }
p { color: rgb(142,200,9); }
H1.HeaderClassName
{
color: #8EC809;
}
.AnyTagClassName
{
color: #8EC809;
}
</style>
background-color css
<style>
a { background-color: #8EC809; }
a { background-color: rgb(142,200,9); }
div.DivClassName
{
background-color: #8EC809;
}
.BgClassName
{
background-color: #8EC809;
}
</style>
border-color css
<style>
span { border-color: #8EC809; }
span { border-color: rgb(142,200,9); }
td.TdClassName
{
border-color: #8EC809;
}
.TagClassName
{
border-color: #8EC809;
}
</style>