Shades of Citrus #8CB20A
Tints of Citrus #8CB20A
RGB
CMYK
RGB Variations
Color information
#8CB20A (or 0x8CB20A) is known color: Citrus. HEX triplet: 8C, B2 and 0A. RGB value is (140,178,10). Sum of RGB (Red+Green+Blue) = 140+178+10=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB20A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CB20A is #734DF5. Grayscale: #949494. Windows color (decimal): -7556598 or 701068. OLE color: 701068.
HSL color Cylindrical-coordinate representation of color #8CB20A: hue angle of 73.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CB20A is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 178 | 10 | - |
| CMYK | 0.21 | 0 | 0.94 | 0.30 |
| HSL | 73.57º | 0.89% | 0.37% | - |
| HSV(B) | 73.57º | 0.94% | 0.7% | - |
| XYZ | 26.79 | 37.44 | 6.1 | - |
| YUV | 147.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 178 | 10 | 0.21 | 0 | 0.94 | 0.30 | 73.57 | 0.89 | 0.37 |
| Hex | 8C | B2 | A | 15 | 0 | 5E | 1E | 4A | 59 | 25 |
| Octal | 214 | 262 | 12 | 25 | 0 | 136 | 36 | 112 | 131 | 45 |
| Binary | 10001100 | 10110010 | 1010 | 10101 | 0 | 1011110 | 11110 | 1001010 | 1011001 | 100101 |
Color Harmonies of #8CB20A
Complementary color
Monochromatic Colors of #8CB20A
Black with #8CB20A
Text Example
Text Example
White with #8CB20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB20A; }
p { color: rgb(140,178,10); }
H1.HeaderClassName
{
color: #8CB20A;
}
.AnyTagClassName
{
color: #8CB20A;
}
</style>
background-color css
<style>
a { background-color: #8CB20A; }
a { background-color: rgb(140,178,10); }
div.DivClassName
{
background-color: #8CB20A;
}
.BgClassName
{
background-color: #8CB20A;
}
</style>
border-color css
<style>
span { border-color: #8CB20A; }
span { border-color: rgb(140,178,10); }
td.TdClassName
{
border-color: #8CB20A;
}
.TagClassName
{
border-color: #8CB20A;
}
</style>