Shades of Citrus #A4CA00
Tints of Citrus #A4CA00
RGB
CMYK
RGB Variations
Color information
#A4CA00 (or 0xA4CA00) is known color: Citrus. HEX triplet: A4, CA and 00. RGB value is (164,202,0). Sum of RGB (Red+Green+Blue) = 164+202+0=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 202 (79.30% from 255 or 55.19% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CA00 is #5B35FF. Grayscale: #A8A8A8. Windows color (decimal): -5977600 or 51876. OLE color: 51876.
HSL color Cylindrical-coordinate representation of color #A4CA00: hue angle of 71.29º 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 #A4CA00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 202 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.21 |
| HSL | 71.29º | 1% | 0.4% | - |
| HSV(B) | 71.29º | 1% | 0.79% | - |
| XYZ | 36.43 | 50.13 | 7.76 | - |
| YUV | 167.61 | 33.41 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 0 | 0.19 | 0 | 1 | 0.21 | 71.29 | 1 | 0.4 |
| Hex | A4 | CA | 0 | 13 | 0 | 64 | 15 | 47 | 64 | 28 |
| Octal | 244 | 312 | 0 | 23 | 0 | 144 | 25 | 107 | 144 | 50 |
| Binary | 10100100 | 11001010 | 0 | 10011 | 0 | 1100100 | 10101 | 1000111 | 1100100 | 101000 |
Color Harmonies of #A4CA00
Complementary color
Monochromatic Colors of #A4CA00
Black with #A4CA00
Text Example
Text Example
White with #A4CA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CA00; }
p { color: rgb(164,202,0); }
H1.HeaderClassName
{
color: #A4CA00;
}
.AnyTagClassName
{
color: #A4CA00;
}
</style>
background-color css
<style>
a { background-color: #A4CA00; }
a { background-color: rgb(164,202,0); }
div.DivClassName
{
background-color: #A4CA00;
}
.BgClassName
{
background-color: #A4CA00;
}
</style>
border-color css
<style>
span { border-color: #A4CA00; }
span { border-color: rgb(164,202,0); }
td.TdClassName
{
border-color: #A4CA00;
}
.TagClassName
{
border-color: #A4CA00;
}
</style>