Shades of Citrus #8EC709
Tints of Citrus #8EC709
RGB
CMYK
RGB Variations
Color information
#8EC709 (or 0x8EC709) is known color: Citrus. HEX triplet: 8E, C7 and 09. RGB value is (142,199,9). Sum of RGB (Red+Green+Blue) = 142+199+9=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #8EC709 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC709 is #7138F6. Grayscale: #A1A1A1. Windows color (decimal): -7420151 or 640910. OLE color: 640910.
HSL color Cylindrical-coordinate representation of color #8EC709: hue angle of 78º 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 #8EC709 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 199 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.22 |
| HSL | 78º | 0.91% | 0.41% | - |
| HSV(B) | 78º | 0.95% | 0.78% | - |
| XYZ | 31.63 | 46.62 | 7.59 | - |
| YUV | 160.3 | 42.62 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 199 | 9 | 0.29 | 0 | 0.95 | 0.22 | 78 | 0.91 | 0.41 |
| Hex | 8E | C7 | 9 | 1D | 0 | 5F | 16 | 4E | 5B | 29 |
| Octal | 216 | 307 | 11 | 35 | 0 | 137 | 26 | 116 | 133 | 51 |
| Binary | 10001110 | 11000111 | 1001 | 11101 | 0 | 1011111 | 10110 | 1001110 | 1011011 | 101001 |
Color Harmonies of #8EC709
Complementary color
Monochromatic Colors of #8EC709
Black with #8EC709
Text Example
Text Example
White with #8EC709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC709; }
p { color: rgb(142,199,9); }
H1.HeaderClassName
{
color: #8EC709;
}
.AnyTagClassName
{
color: #8EC709;
}
</style>
background-color css
<style>
a { background-color: #8EC709; }
a { background-color: rgb(142,199,9); }
div.DivClassName
{
background-color: #8EC709;
}
.BgClassName
{
background-color: #8EC709;
}
</style>
border-color css
<style>
span { border-color: #8EC709; }
span { border-color: rgb(142,199,9); }
td.TdClassName
{
border-color: #8EC709;
}
.TagClassName
{
border-color: #8EC709;
}
</style>