Shades of Citrus #A0CC00
Tints of Citrus #A0CC00
RGB
CMYK
RGB Variations
Color information
#A0CC00 (or 0xA0CC00) is known color: Citrus. HEX triplet: A0, CC and 00. RGB value is (160,204,0). Sum of RGB (Red+Green+Blue) = 160+204+0=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CC00 is #5F33FF. Grayscale: #A8A8A8. Windows color (decimal): -6239232 or 52384. OLE color: 52384.
HSL color Cylindrical-coordinate representation of color #A0CC00: hue angle of 72.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0CC00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.2 |
| HSL | 72.94º | 1% | 0.4% | - |
| HSV(B) | 72.94º | 1% | 0.8% | - |
| XYZ | 36.09 | 50.66 | 7.88 | - |
| YUV | 167.59 | 33.42 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 0 | 0.22 | 0 | 1 | 0.2 | 72.94 | 1 | 0.4 |
| Hex | A0 | CC | 0 | 16 | 0 | 64 | 14 | 49 | 64 | 28 |
| Octal | 240 | 314 | 0 | 26 | 0 | 144 | 24 | 111 | 144 | 50 |
| Binary | 10100000 | 11001100 | 0 | 10110 | 0 | 1100100 | 10100 | 1001001 | 1100100 | 101000 |
Color Harmonies of #A0CC00
Complementary color
Monochromatic Colors of #A0CC00
Black with #A0CC00
Text Example
Text Example
White with #A0CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC00; }
p { color: rgb(160,204,0); }
H1.HeaderClassName
{
color: #A0CC00;
}
.AnyTagClassName
{
color: #A0CC00;
}
</style>
background-color css
<style>
a { background-color: #A0CC00; }
a { background-color: rgb(160,204,0); }
div.DivClassName
{
background-color: #A0CC00;
}
.BgClassName
{
background-color: #A0CC00;
}
</style>
border-color css
<style>
span { border-color: #A0CC00; }
span { border-color: rgb(160,204,0); }
td.TdClassName
{
border-color: #A0CC00;
}
.TagClassName
{
border-color: #A0CC00;
}
</style>