Shades of Citrus #8EB80C
Tints of Citrus #8EB80C
RGB
CMYK
RGB Variations
Color information
#8EB80C (or 0x8EB80C) is known color: Citrus. HEX triplet: 8E, B8 and 0C. RGB value is (142,184,12). Sum of RGB (Red+Green+Blue) = 142+184+12=338 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.01% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB80C is #7147F3. Grayscale: #989898. Windows color (decimal): -7423988 or 833678. OLE color: 833678.
HSL color Cylindrical-coordinate representation of color #8EB80C: hue angle of 74.65º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EB80C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 184 | 12 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.28 |
| HSL | 74.65º | 0.88% | 0.38% | - |
| HSV(B) | 74.65º | 0.93% | 0.72% | - |
| XYZ | 28.36 | 40.06 | 6.59 | - |
| YUV | 151.83 | 49.09 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 184 | 12 | 0.23 | 0 | 0.93 | 0.28 | 74.65 | 0.88 | 0.38 |
| Hex | 8E | B8 | C | 17 | 0 | 5D | 1C | 4B | 58 | 26 |
| Octal | 216 | 270 | 14 | 27 | 0 | 135 | 34 | 113 | 130 | 46 |
| Binary | 10001110 | 10111000 | 1100 | 10111 | 0 | 1011101 | 11100 | 1001011 | 1011000 | 100110 |
Color Harmonies of #8EB80C
Complementary color
Monochromatic Colors of #8EB80C
Black with #8EB80C
Text Example
Text Example
White with #8EB80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB80C; }
p { color: rgb(142,184,12); }
H1.HeaderClassName
{
color: #8EB80C;
}
.AnyTagClassName
{
color: #8EB80C;
}
</style>
background-color css
<style>
a { background-color: #8EB80C; }
a { background-color: rgb(142,184,12); }
div.DivClassName
{
background-color: #8EB80C;
}
.BgClassName
{
background-color: #8EB80C;
}
</style>
border-color css
<style>
span { border-color: #8EB80C; }
span { border-color: rgb(142,184,12); }
td.TdClassName
{
border-color: #8EB80C;
}
.TagClassName
{
border-color: #8EB80C;
}
</style>