Shades of Citrus #A2CA04
Tints of Citrus #A2CA04
RGB
CMYK
RGB Variations
Color information
#A2CA04 (or 0xA2CA04) is known color: Citrus. HEX triplet: A2, CA and 04. RGB value is (162,202,4). Sum of RGB (Red+Green+Blue) = 162+202+4=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 4 (1.95% from 255 or 1.09% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA04 is #5D35FB. Grayscale: #A8A8A8. Windows color (decimal): -6108668 or 314018. OLE color: 314018.
HSL color Cylindrical-coordinate representation of color #A2CA04: hue angle of 72.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A2CA04 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 4 | - |
| CMYK | 0.20 | 0 | 0.98 | 0.21 |
| HSL | 72.12º | 0.96% | 0.4% | - |
| HSV(B) | 72.12º | 0.98% | 0.79% | - |
| XYZ | 36.04 | 49.93 | 7.85 | - |
| YUV | 167.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 4 | 0.20 | 0 | 0.98 | 0.21 | 72.12 | 0.96 | 0.4 |
| Hex | A2 | CA | 4 | 14 | 0 | 62 | 15 | 48 | 60 | 28 |
| Octal | 242 | 312 | 4 | 24 | 0 | 142 | 25 | 110 | 140 | 50 |
| Binary | 10100010 | 11001010 | 100 | 10100 | 0 | 1100010 | 10101 | 1001000 | 1100000 | 101000 |
Color Harmonies of #A2CA04
Complementary color
Monochromatic Colors of #A2CA04
Black with #A2CA04
Text Example
Text Example
White with #A2CA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA04; }
p { color: rgb(162,202,4); }
H1.HeaderClassName
{
color: #A2CA04;
}
.AnyTagClassName
{
color: #A2CA04;
}
</style>
background-color css
<style>
a { background-color: #A2CA04; }
a { background-color: rgb(162,202,4); }
div.DivClassName
{
background-color: #A2CA04;
}
.BgClassName
{
background-color: #A2CA04;
}
</style>
border-color css
<style>
span { border-color: #A2CA04; }
span { border-color: rgb(162,202,4); }
td.TdClassName
{
border-color: #A2CA04;
}
.TagClassName
{
border-color: #A2CA04;
}
</style>