Shades of Citrus #8EB40C
Tints of Citrus #8EB40C
RGB
CMYK
RGB Variations
Color information
#8EB40C (or 0x8EB40C) is known color: Citrus. HEX triplet: 8E, B4 and 0C. RGB value is (142,180,12). Sum of RGB (Red+Green+Blue) = 142+180+12=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB40C is #714BF3. Grayscale: #969696. Windows color (decimal): -7425012 or 832654. OLE color: 832654.
HSL color Cylindrical-coordinate representation of color #8EB40C: hue angle of 73.57º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EB40C is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 180 | 12 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.29 |
| HSL | 73.57º | 0.88% | 0.38% | - |
| HSV(B) | 73.57º | 0.93% | 0.71% | - |
| XYZ | 27.54 | 38.42 | 6.31 | - |
| YUV | 149.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 180 | 12 | 0.21 | 0 | 0.93 | 0.29 | 73.57 | 0.88 | 0.38 |
| Hex | 8E | B4 | C | 15 | 0 | 5D | 1D | 4A | 58 | 26 |
| Octal | 216 | 264 | 14 | 25 | 0 | 135 | 35 | 112 | 130 | 46 |
| Binary | 10001110 | 10110100 | 1100 | 10101 | 0 | 1011101 | 11101 | 1001010 | 1011000 | 100110 |
Color Harmonies of #8EB40C
Complementary color
Monochromatic Colors of #8EB40C
Black with #8EB40C
Text Example
Text Example
White with #8EB40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB40C; }
p { color: rgb(142,180,12); }
H1.HeaderClassName
{
color: #8EB40C;
}
.AnyTagClassName
{
color: #8EB40C;
}
</style>
background-color css
<style>
a { background-color: #8EB40C; }
a { background-color: rgb(142,180,12); }
div.DivClassName
{
background-color: #8EB40C;
}
.BgClassName
{
background-color: #8EB40C;
}
</style>
border-color css
<style>
span { border-color: #8EB40C; }
span { border-color: rgb(142,180,12); }
td.TdClassName
{
border-color: #8EB40C;
}
.TagClassName
{
border-color: #8EB40C;
}
</style>