Shades of Citrus #8EC309
Tints of Citrus #8EC309
RGB
CMYK
RGB Variations
Color information
#8EC309 (or 0x8EC309) is known color: Citrus. HEX triplet: 8E, C3 and 09. RGB value is (142,195,9). Sum of RGB (Red+Green+Blue) = 142+195+9=346 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.04% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 9 (3.91% from 255 or 2.60% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC309 is #713CF6. Grayscale: #9E9E9E. Windows color (decimal): -7421175 or 639886. OLE color: 639886.
HSL color Cylindrical-coordinate representation of color #8EC309: hue angle of 77.1º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8EC309 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.24 |
| HSL | 77.1º | 0.91% | 0.4% | - |
| HSV(B) | 77.1º | 0.95% | 0.76% | - |
| XYZ | 30.72 | 44.8 | 7.29 | - |
| YUV | 157.95 | 43.94 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 9 | 0.27 | 0 | 0.95 | 0.24 | 77.1 | 0.91 | 0.4 |
| Hex | 8E | C3 | 9 | 1B | 0 | 5F | 18 | 4D | 5B | 28 |
| Octal | 216 | 303 | 11 | 33 | 0 | 137 | 30 | 115 | 133 | 50 |
| Binary | 10001110 | 11000011 | 1001 | 11011 | 0 | 1011111 | 11000 | 1001101 | 1011011 | 101000 |
Color Harmonies of #8EC309
Complementary color
Monochromatic Colors of #8EC309
Black with #8EC309
Text Example
Text Example
White with #8EC309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC309; }
p { color: rgb(142,195,9); }
H1.HeaderClassName
{
color: #8EC309;
}
.AnyTagClassName
{
color: #8EC309;
}
</style>
background-color css
<style>
a { background-color: #8EC309; }
a { background-color: rgb(142,195,9); }
div.DivClassName
{
background-color: #8EC309;
}
.BgClassName
{
background-color: #8EC309;
}
</style>
border-color css
<style>
span { border-color: #8EC309; }
span { border-color: rgb(142,195,9); }
td.TdClassName
{
border-color: #8EC309;
}
.TagClassName
{
border-color: #8EC309;
}
</style>