Shades of Citrus #8CA000
Tints of Citrus #8CA000
RGB
CMYK
RGB Variations
Color information
#8CA000 (or 0x8CA000) is known color: Citrus. HEX triplet: 8C, A0 and 00. RGB value is (140,160,0). Sum of RGB (Red+Green+Blue) = 140+160+0=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #8CA000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA000 is #735FFF. Grayscale: #888888. Windows color (decimal): -7561216 or 41100. OLE color: 41100.
HSL color Cylindrical-coordinate representation of color #8CA000: hue angle of 67.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CA000 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 160 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.37 |
| HSL | 67.5º | 1% | 0.31% | - |
| HSV(B) | 67.5º | 1% | 0.63% | - |
| XYZ | 23.39 | 30.72 | 4.7 | - |
| YUV | 135.78 | 51.37 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 0 | 0.12 | 0 | 1 | 0.37 | 67.5 | 1 | 0.31 |
| Hex | 8C | A0 | 0 | C | 0 | 64 | 25 | 44 | 64 | 1F |
| Octal | 214 | 240 | 0 | 14 | 0 | 144 | 45 | 104 | 144 | 37 |
| Binary | 10001100 | 10100000 | 0 | 1100 | 0 | 1100100 | 100101 | 1000100 | 1100100 | 11111 |
Color Harmonies of #8CA000
Complementary color
Monochromatic Colors of #8CA000
Black with #8CA000
Text Example
Text Example
White with #8CA000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA000; }
p { color: rgb(140,160,0); }
H1.HeaderClassName
{
color: #8CA000;
}
.AnyTagClassName
{
color: #8CA000;
}
</style>
background-color css
<style>
a { background-color: #8CA000; }
a { background-color: rgb(140,160,0); }
div.DivClassName
{
background-color: #8CA000;
}
.BgClassName
{
background-color: #8CA000;
}
</style>
border-color css
<style>
span { border-color: #8CA000; }
span { border-color: rgb(140,160,0); }
td.TdClassName
{
border-color: #8CA000;
}
.TagClassName
{
border-color: #8CA000;
}
</style>