Shades of Citrus #8CCA00
Tints of Citrus #8CCA00
RGB
CMYK
RGB Variations
Color information
#8CCA00 (or 0x8CCA00) is known color: Citrus. HEX triplet: 8C, CA and 00. RGB value is (140,202,0). Sum of RGB (Red+Green+Blue) = 140+202+0=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCA00 is #7335FF. Grayscale: #A1A1A1. Windows color (decimal): -7550464 or 51852. OLE color: 51852.
HSL color Cylindrical-coordinate representation of color #8CCA00: hue angle of 78.42º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CCA00 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 0 | - |
| CMYK | 0.31 | 0 | 1 | 0.21 |
| HSL | 78.42º | 1% | 0.4% | - |
| HSV(B) | 78.42º | 1% | 0.79% | - |
| XYZ | 31.94 | 47.82 | 7.55 | - |
| YUV | 160.43 | 37.46 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 0 | 0.31 | 0 | 1 | 0.21 | 78.42 | 1 | 0.4 |
| Hex | 8C | CA | 0 | 1F | 0 | 64 | 15 | 4E | 64 | 28 |
| Octal | 214 | 312 | 0 | 37 | 0 | 144 | 25 | 116 | 144 | 50 |
| Binary | 10001100 | 11001010 | 0 | 11111 | 0 | 1100100 | 10101 | 1001110 | 1100100 | 101000 |
Color Harmonies of #8CCA00
Complementary color
Monochromatic Colors of #8CCA00
Black with #8CCA00
Text Example
Text Example
White with #8CCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA00; }
p { color: rgb(140,202,0); }
H1.HeaderClassName
{
color: #8CCA00;
}
.AnyTagClassName
{
color: #8CCA00;
}
</style>
background-color css
<style>
a { background-color: #8CCA00; }
a { background-color: rgb(140,202,0); }
div.DivClassName
{
background-color: #8CCA00;
}
.BgClassName
{
background-color: #8CCA00;
}
</style>
border-color css
<style>
span { border-color: #8CCA00; }
span { border-color: rgb(140,202,0); }
td.TdClassName
{
border-color: #8CCA00;
}
.TagClassName
{
border-color: #8CCA00;
}
</style>