Shades of Citrus #A0CA01
Tints of Citrus #A0CA01
RGB
CMYK
RGB Variations
Color information
#A0CA01 (or 0xA0CA01) is known color: Citrus. HEX triplet: A0, CA and 01. RGB value is (160,202,1). Sum of RGB (Red+Green+Blue) = 160+202+1=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 202 (79.30% from 255 or 55.65% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CA01 is #5F35FE. Grayscale: #A7A7A7. Windows color (decimal): -6239743 or 117408. OLE color: 117408.
HSL color Cylindrical-coordinate representation of color #A0CA01: hue angle of 72.54º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A0CA01 is Cyan = 0.21, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 202 | 1 | - |
| CMYK | 0.21 | 0 | 1.00 | 0.21 |
| HSL | 72.54º | 0.99% | 0.4% | - |
| HSV(B) | 72.54º | 1% | 0.79% | - |
| XYZ | 35.62 | 49.72 | 7.75 | - |
| YUV | 166.53 | 34.59 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 202 | 1 | 0.21 | 0 | 1.00 | 0.21 | 72.54 | 0.99 | 0.4 |
| Hex | A0 | CA | 1 | 15 | 0 | 64 | 15 | 49 | 63 | 28 |
| Octal | 240 | 312 | 1 | 25 | 0 | 144 | 25 | 111 | 143 | 50 |
| Binary | 10100000 | 11001010 | 1 | 10101 | 0 | 1100100 | 10101 | 1001001 | 1100011 | 101000 |
Color Harmonies of #A0CA01
Complementary color
Monochromatic Colors of #A0CA01
Black with #A0CA01
Text Example
Text Example
White with #A0CA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CA01; }
p { color: rgb(160,202,1); }
H1.HeaderClassName
{
color: #A0CA01;
}
.AnyTagClassName
{
color: #A0CA01;
}
</style>
background-color css
<style>
a { background-color: #A0CA01; }
a { background-color: rgb(160,202,1); }
div.DivClassName
{
background-color: #A0CA01;
}
.BgClassName
{
background-color: #A0CA01;
}
</style>
border-color css
<style>
span { border-color: #A0CA01; }
span { border-color: rgb(160,202,1); }
td.TdClassName
{
border-color: #A0CA01;
}
.TagClassName
{
border-color: #A0CA01;
}
</style>