Shades of Citrus #8EC60C
Tints of Citrus #8EC60C
RGB
CMYK
RGB Variations
Color information
#8EC60C (or 0x8EC60C) is known color: Citrus. HEX triplet: 8E, C6 and 0C. RGB value is (142,198,12). Sum of RGB (Red+Green+Blue) = 142+198+12=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 12 (5.08% from 255 or 3.41% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #8EC60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC60C is #7139F3. Grayscale: #A0A0A0. Windows color (decimal): -7420404 or 837262. OLE color: 837262.
HSL color Cylindrical-coordinate representation of color #8EC60C: hue angle of 78.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8EC60C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 198 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.22 |
| HSL | 78.06º | 0.89% | 0.41% | - |
| HSV(B) | 78.06º | 0.94% | 0.78% | - |
| XYZ | 31.42 | 46.17 | 7.6 | - |
| YUV | 160.05 | 44.45 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 198 | 12 | 0.28 | 0 | 0.94 | 0.22 | 78.06 | 0.89 | 0.41 |
| Hex | 8E | C6 | C | 1C | 0 | 5E | 16 | 4E | 59 | 29 |
| Octal | 216 | 306 | 14 | 34 | 0 | 136 | 26 | 116 | 131 | 51 |
| Binary | 10001110 | 11000110 | 1100 | 11100 | 0 | 1011110 | 10110 | 1001110 | 1011001 | 101001 |
Color Harmonies of #8EC60C
Complementary color
Monochromatic Colors of #8EC60C
Black with #8EC60C
Text Example
Text Example
White with #8EC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC60C; }
p { color: rgb(142,198,12); }
H1.HeaderClassName
{
color: #8EC60C;
}
.AnyTagClassName
{
color: #8EC60C;
}
</style>
background-color css
<style>
a { background-color: #8EC60C; }
a { background-color: rgb(142,198,12); }
div.DivClassName
{
background-color: #8EC60C;
}
.BgClassName
{
background-color: #8EC60C;
}
</style>
border-color css
<style>
span { border-color: #8EC60C; }
span { border-color: rgb(142,198,12); }
td.TdClassName
{
border-color: #8EC60C;
}
.TagClassName
{
border-color: #8EC60C;
}
</style>