Shades of Citrus #8EC80A
Tints of Citrus #8EC80A
RGB
CMYK
RGB Variations
Color information
#8EC80A (or 0x8EC80A) is known color: Citrus. HEX triplet: 8E, C8 and 0A. RGB value is (142,200,10). Sum of RGB (Red+Green+Blue) = 142+200+10=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 200 (78.52% from 255 or 56.82% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC80A is #7137F5. Grayscale: #A1A1A1. Windows color (decimal): -7419894 or 706702. OLE color: 706702.
HSL color Cylindrical-coordinate representation of color #8EC80A: hue angle of 78.32º degrees, saturation: 0.9, 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 #8EC80A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 200 | 10 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.22 |
| HSL | 78.32º | 0.9% | 0.41% | - |
| HSV(B) | 78.32º | 0.95% | 0.78% | - |
| XYZ | 31.86 | 47.08 | 7.7 | - |
| YUV | 161 | 42.78 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 200 | 10 | 0.29 | 0 | 0.95 | 0.22 | 78.32 | 0.9 | 0.41 |
| Hex | 8E | C8 | A | 1D | 0 | 5F | 16 | 4E | 5A | 29 |
| Octal | 216 | 310 | 12 | 35 | 0 | 137 | 26 | 116 | 132 | 51 |
| Binary | 10001110 | 11001000 | 1010 | 11101 | 0 | 1011111 | 10110 | 1001110 | 1011010 | 101001 |
Color Harmonies of #8EC80A
Complementary color
Monochromatic Colors of #8EC80A
Black with #8EC80A
Text Example
Text Example
White with #8EC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC80A; }
p { color: rgb(142,200,10); }
H1.HeaderClassName
{
color: #8EC80A;
}
.AnyTagClassName
{
color: #8EC80A;
}
</style>
background-color css
<style>
a { background-color: #8EC80A; }
a { background-color: rgb(142,200,10); }
div.DivClassName
{
background-color: #8EC80A;
}
.BgClassName
{
background-color: #8EC80A;
}
</style>
border-color css
<style>
span { border-color: #8EC80A; }
span { border-color: rgb(142,200,10); }
td.TdClassName
{
border-color: #8EC80A;
}
.TagClassName
{
border-color: #8EC80A;
}
</style>