Shades of Citrus #8EC414
Tints of Citrus #8EC414
RGB
CMYK
RGB Variations
Color information
#8EC414 (or 0x8EC414) is known color: Citrus. HEX triplet: 8E, C4 and 14. RGB value is (142,196,20). Sum of RGB (Red+Green+Blue) = 142+196+20=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 196 (76.95% from 255 or 54.75% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC414 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC414 is #713BEB. Grayscale: #A0A0A0. Windows color (decimal): -7420908 or 1361038. OLE color: 1361038.
HSL color Cylindrical-coordinate representation of color #8EC414: hue angle of 78.41º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EC414 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 142 | 196 | 20 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.23 |
| HSL | 78.41º | 0.81% | 0.42% | - |
| HSV(B) | 78.41º | 0.9% | 0.77% | - |
| XYZ | 31.02 | 45.28 | 7.77 | - |
| YUV | 159.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 196 | 20 | 0.28 | 0 | 0.90 | 0.23 | 78.41 | 0.81 | 0.42 |
| Hex | 8E | C4 | 14 | 1C | 0 | 5A | 17 | 4E | 51 | 2A |
| Octal | 216 | 304 | 24 | 34 | 0 | 132 | 27 | 116 | 121 | 52 |
| Binary | 10001110 | 11000100 | 10100 | 11100 | 0 | 1011010 | 10111 | 1001110 | 1010001 | 101010 |
Color Harmonies of #8EC414
Complementary color
Monochromatic Colors of #8EC414
Black with #8EC414
Text Example
Text Example
White with #8EC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC414; }
p { color: rgb(142,196,20); }
H1.HeaderClassName
{
color: #8EC414;
}
.AnyTagClassName
{
color: #8EC414;
}
</style>
background-color css
<style>
a { background-color: #8EC414; }
a { background-color: rgb(142,196,20); }
div.DivClassName
{
background-color: #8EC414;
}
.BgClassName
{
background-color: #8EC414;
}
</style>
border-color css
<style>
span { border-color: #8EC414; }
span { border-color: rgb(142,196,20); }
td.TdClassName
{
border-color: #8EC414;
}
.TagClassName
{
border-color: #8EC414;
}
</style>