Shades of Citrus #A0CE00
Tints of Citrus #A0CE00
RGB
CMYK
RGB Variations
Color information
#A0CE00 (or 0xA0CE00) is known color: Citrus. HEX triplet: A0, CE and 00. RGB value is (160,206,0). Sum of RGB (Red+Green+Blue) = 160+206+0=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CE00 is #5F31FF. Grayscale: #A9A9A9. Windows color (decimal): -6238720 or 52896. OLE color: 52896.
HSL color Cylindrical-coordinate representation of color #A0CE00: hue angle of 73.4º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0CE00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.19 |
| HSL | 73.4º | 1% | 0.4% | - |
| HSV(B) | 73.4º | 1% | 0.81% | - |
| XYZ | 36.57 | 51.62 | 8.04 | - |
| YUV | 168.76 | 32.76 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 0 | 0.22 | 0 | 1 | 0.19 | 73.4 | 1 | 0.4 |
| Hex | A0 | CE | 0 | 16 | 0 | 64 | 13 | 49 | 64 | 28 |
| Octal | 240 | 316 | 0 | 26 | 0 | 144 | 23 | 111 | 144 | 50 |
| Binary | 10100000 | 11001110 | 0 | 10110 | 0 | 1100100 | 10011 | 1001001 | 1100100 | 101000 |
Color Harmonies of #A0CE00
Complementary color
Monochromatic Colors of #A0CE00
Black with #A0CE00
Text Example
Text Example
White with #A0CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE00; }
p { color: rgb(160,206,0); }
H1.HeaderClassName
{
color: #A0CE00;
}
.AnyTagClassName
{
color: #A0CE00;
}
</style>
background-color css
<style>
a { background-color: #A0CE00; }
a { background-color: rgb(160,206,0); }
div.DivClassName
{
background-color: #A0CE00;
}
.BgClassName
{
background-color: #A0CE00;
}
</style>
border-color css
<style>
span { border-color: #A0CE00; }
span { border-color: rgb(160,206,0); }
td.TdClassName
{
border-color: #A0CE00;
}
.TagClassName
{
border-color: #A0CE00;
}
</style>