Shades of Citrus #8EC10A
Tints of Citrus #8EC10A
RGB
CMYK
RGB Variations
Color information
#8EC10A (or 0x8EC10A) is known color: Citrus. HEX triplet: 8E, C1 and 0A. RGB value is (142,193,10). Sum of RGB (Red+Green+Blue) = 142+193+10=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 10 (4.30% from 255 or 2.90% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #8EC10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC10A is #713EF5. Grayscale: #9D9D9D. Windows color (decimal): -7421686 or 704910. OLE color: 704910.
HSL color Cylindrical-coordinate representation of color #8EC10A: hue angle of 76.72º degrees, saturation: 0.9, 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 #8EC10A is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 193 | 10 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.24 |
| HSL | 76.72º | 0.9% | 0.4% | - |
| HSV(B) | 76.72º | 0.95% | 0.76% | - |
| XYZ | 30.28 | 43.91 | 7.17 | - |
| YUV | 156.89 | 45.1 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 193 | 10 | 0.26 | 0 | 0.95 | 0.24 | 76.72 | 0.9 | 0.4 |
| Hex | 8E | C1 | A | 1A | 0 | 5F | 18 | 4D | 5A | 28 |
| Octal | 216 | 301 | 12 | 32 | 0 | 137 | 30 | 115 | 132 | 50 |
| Binary | 10001110 | 11000001 | 1010 | 11010 | 0 | 1011111 | 11000 | 1001101 | 1011010 | 101000 |
Color Harmonies of #8EC10A
Complementary color
Monochromatic Colors of #8EC10A
Black with #8EC10A
Text Example
Text Example
White with #8EC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC10A; }
p { color: rgb(142,193,10); }
H1.HeaderClassName
{
color: #8EC10A;
}
.AnyTagClassName
{
color: #8EC10A;
}
</style>
background-color css
<style>
a { background-color: #8EC10A; }
a { background-color: rgb(142,193,10); }
div.DivClassName
{
background-color: #8EC10A;
}
.BgClassName
{
background-color: #8EC10A;
}
</style>
border-color css
<style>
span { border-color: #8EC10A; }
span { border-color: rgb(142,193,10); }
td.TdClassName
{
border-color: #8EC10A;
}
.TagClassName
{
border-color: #8EC10A;
}
</style>