Shades of Citrus #A1CA02
Tints of Citrus #A1CA02
RGB
CMYK
RGB Variations
Color information
#A1CA02 (or 0xA1CA02) is known color: Citrus. HEX triplet: A1, CA and 02. RGB value is (161,202,2). Sum of RGB (Red+Green+Blue) = 161+202+2=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1CA02 is #5E35FD. Grayscale: #A7A7A7. Windows color (decimal): -6174206 or 182945. OLE color: 182945.
HSL color Cylindrical-coordinate representation of color #A1CA02: hue angle of 72.3º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A1CA02 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 202 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.21 |
| HSL | 72.3º | 0.98% | 0.4% | - |
| HSV(B) | 72.3º | 0.99% | 0.79% | - |
| XYZ | 35.83 | 49.82 | 7.79 | - |
| YUV | 166.94 | 34.92 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 202 | 2 | 0.20 | 0 | 0.99 | 0.21 | 72.3 | 0.98 | 0.4 |
| Hex | A1 | CA | 2 | 14 | 0 | 63 | 15 | 48 | 62 | 28 |
| Octal | 241 | 312 | 2 | 24 | 0 | 143 | 25 | 110 | 142 | 50 |
| Binary | 10100001 | 11001010 | 10 | 10100 | 0 | 1100011 | 10101 | 1001000 | 1100010 | 101000 |
Color Harmonies of #A1CA02
Complementary color
Monochromatic Colors of #A1CA02
Black with #A1CA02
Text Example
Text Example
White with #A1CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CA02; }
p { color: rgb(161,202,2); }
H1.HeaderClassName
{
color: #A1CA02;
}
.AnyTagClassName
{
color: #A1CA02;
}
</style>
background-color css
<style>
a { background-color: #A1CA02; }
a { background-color: rgb(161,202,2); }
div.DivClassName
{
background-color: #A1CA02;
}
.BgClassName
{
background-color: #A1CA02;
}
</style>
border-color css
<style>
span { border-color: #A1CA02; }
span { border-color: rgb(161,202,2); }
td.TdClassName
{
border-color: #A1CA02;
}
.TagClassName
{
border-color: #A1CA02;
}
</style>