Shades of Citrus #8EC50A
Tints of Citrus #8EC50A
RGB
CMYK
RGB Variations
Color information
#8EC50A (or 0x8EC50A) is known color: Citrus. HEX triplet: 8E, C5 and 0A. RGB value is (142,197,10). Sum of RGB (Red+Green+Blue) = 142+197+10=349 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.69% from 349); Green value is 197 (77.34% from 255 or 56.45% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC50A is #713AF5. Grayscale: #9F9F9F. Windows color (decimal): -7420662 or 705934. OLE color: 705934.
HSL color Cylindrical-coordinate representation of color #8EC50A: hue angle of 77.65º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8EC50A is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 197 | 10 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.23 |
| HSL | 77.65º | 0.9% | 0.41% | - |
| HSV(B) | 77.65º | 0.95% | 0.77% | - |
| XYZ | 31.18 | 45.71 | 7.47 | - |
| YUV | 159.24 | 43.78 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 197 | 10 | 0.28 | 0 | 0.95 | 0.23 | 77.65 | 0.9 | 0.41 |
| Hex | 8E | C5 | A | 1C | 0 | 5F | 17 | 4E | 5A | 29 |
| Octal | 216 | 305 | 12 | 34 | 0 | 137 | 27 | 116 | 132 | 51 |
| Binary | 10001110 | 11000101 | 1010 | 11100 | 0 | 1011111 | 10111 | 1001110 | 1011010 | 101001 |
Color Harmonies of #8EC50A
Complementary color
Monochromatic Colors of #8EC50A
Black with #8EC50A
Text Example
Text Example
White with #8EC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC50A; }
p { color: rgb(142,197,10); }
H1.HeaderClassName
{
color: #8EC50A;
}
.AnyTagClassName
{
color: #8EC50A;
}
</style>
background-color css
<style>
a { background-color: #8EC50A; }
a { background-color: rgb(142,197,10); }
div.DivClassName
{
background-color: #8EC50A;
}
.BgClassName
{
background-color: #8EC50A;
}
</style>
border-color css
<style>
span { border-color: #8EC50A; }
span { border-color: rgb(142,197,10); }
td.TdClassName
{
border-color: #8EC50A;
}
.TagClassName
{
border-color: #8EC50A;
}
</style>