Shades of Citrus #8CB40A
Tints of Citrus #8CB40A
RGB
CMYK
RGB Variations
Color information
#8CB40A (or 0x8CB40A) is known color: Citrus. HEX triplet: 8C, B4 and 0A. RGB value is (140,180,10). Sum of RGB (Red+Green+Blue) = 140+180+10=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CB40A is #734BF5. Grayscale: #959595. Windows color (decimal): -7556086 or 701580. OLE color: 701580.
HSL color Cylindrical-coordinate representation of color #8CB40A: hue angle of 74.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CB40A is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 180 | 10 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.29 |
| HSL | 74.12º | 0.89% | 0.37% | - |
| HSV(B) | 74.12º | 0.94% | 0.71% | - |
| XYZ | 27.19 | 38.24 | 6.24 | - |
| YUV | 148.66 | 49.75 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 180 | 10 | 0.22 | 0 | 0.94 | 0.29 | 74.12 | 0.89 | 0.37 |
| Hex | 8C | B4 | A | 16 | 0 | 5E | 1D | 4A | 59 | 25 |
| Octal | 214 | 264 | 12 | 26 | 0 | 136 | 35 | 112 | 131 | 45 |
| Binary | 10001100 | 10110100 | 1010 | 10110 | 0 | 1011110 | 11101 | 1001010 | 1011001 | 100101 |
Color Harmonies of #8CB40A
Complementary color
Monochromatic Colors of #8CB40A
Black with #8CB40A
Text Example
Text Example
White with #8CB40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB40A; }
p { color: rgb(140,180,10); }
H1.HeaderClassName
{
color: #8CB40A;
}
.AnyTagClassName
{
color: #8CB40A;
}
</style>
background-color css
<style>
a { background-color: #8CB40A; }
a { background-color: rgb(140,180,10); }
div.DivClassName
{
background-color: #8CB40A;
}
.BgClassName
{
background-color: #8CB40A;
}
</style>
border-color css
<style>
span { border-color: #8CB40A; }
span { border-color: rgb(140,180,10); }
td.TdClassName
{
border-color: #8CB40A;
}
.TagClassName
{
border-color: #8CB40A;
}
</style>