Shades of Citrus #8ECA0E
Tints of Citrus #8ECA0E
RGB
CMYK
RGB Variations
Color information
#8ECA0E (or 0x8ECA0E) is known color: Citrus. HEX triplet: 8E, CA and 0E. RGB value is (142,202,14). Sum of RGB (Red+Green+Blue) = 142+202+14=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 202 (79.30% from 255 or 56.42% from 358); Blue value is 14 (5.86% from 255 or 3.91% from 358); Max value from RGB is 202 - color contains mainly: green. Hex color #8ECA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ECA0E is #7135F1. Grayscale: #A3A3A3. Windows color (decimal): -7419378 or 969358. OLE color: 969358.
HSL color Cylindrical-coordinate representation of color #8ECA0E: hue angle of 79.15º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8ECA0E is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 202 | 14 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.21 |
| HSL | 79.15º | 0.87% | 0.42% | - |
| HSV(B) | 79.15º | 0.93% | 0.79% | - |
| XYZ | 32.36 | 48.02 | 7.98 | - |
| YUV | 162.63 | 44.12 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 202 | 14 | 0.30 | 0 | 0.93 | 0.21 | 79.15 | 0.87 | 0.42 |
| Hex | 8E | CA | E | 1E | 0 | 5D | 15 | 4F | 57 | 2A |
| Octal | 216 | 312 | 16 | 36 | 0 | 135 | 25 | 117 | 127 | 52 |
| Binary | 10001110 | 11001010 | 1110 | 11110 | 0 | 1011101 | 10101 | 1001111 | 1010111 | 101010 |
Color Harmonies of #8ECA0E
Complementary color
Monochromatic Colors of #8ECA0E
Black with #8ECA0E
Text Example
Text Example
White with #8ECA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECA0E; }
p { color: rgb(142,202,14); }
H1.HeaderClassName
{
color: #8ECA0E;
}
.AnyTagClassName
{
color: #8ECA0E;
}
</style>
background-color css
<style>
a { background-color: #8ECA0E; }
a { background-color: rgb(142,202,14); }
div.DivClassName
{
background-color: #8ECA0E;
}
.BgClassName
{
background-color: #8ECA0E;
}
</style>
border-color css
<style>
span { border-color: #8ECA0E; }
span { border-color: rgb(142,202,14); }
td.TdClassName
{
border-color: #8ECA0E;
}
.TagClassName
{
border-color: #8ECA0E;
}
</style>