Shades of Citrus #A2CA03
Tints of Citrus #A2CA03
RGB
CMYK
RGB Variations
Color information
#A2CA03 (or 0xA2CA03) is known color: Citrus. HEX triplet: A2, CA and 03. RGB value is (162,202,3). Sum of RGB (Red+Green+Blue) = 162+202+3=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA03 is #5D35FC. Grayscale: #A8A8A8. Windows color (decimal): -6108669 or 248482. OLE color: 248482.
HSL color Cylindrical-coordinate representation of color #A2CA03: hue angle of 72.06º degrees, saturation: 0.97, 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 #A2CA03 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 3 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.21 |
| HSL | 72.06º | 0.97% | 0.4% | - |
| HSV(B) | 72.06º | 0.99% | 0.79% | - |
| XYZ | 36.04 | 49.93 | 7.82 | - |
| YUV | 167.35 | 35.25 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 3 | 0.20 | 0 | 0.99 | 0.21 | 72.06 | 0.97 | 0.4 |
| Hex | A2 | CA | 3 | 14 | 0 | 63 | 15 | 48 | 61 | 28 |
| Octal | 242 | 312 | 3 | 24 | 0 | 143 | 25 | 110 | 141 | 50 |
| Binary | 10100010 | 11001010 | 11 | 10100 | 0 | 1100011 | 10101 | 1001000 | 1100001 | 101000 |
Color Harmonies of #A2CA03
Complementary color
Monochromatic Colors of #A2CA03
Black with #A2CA03
Text Example
Text Example
White with #A2CA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA03; }
p { color: rgb(162,202,3); }
H1.HeaderClassName
{
color: #A2CA03;
}
.AnyTagClassName
{
color: #A2CA03;
}
</style>
background-color css
<style>
a { background-color: #A2CA03; }
a { background-color: rgb(162,202,3); }
div.DivClassName
{
background-color: #A2CA03;
}
.BgClassName
{
background-color: #A2CA03;
}
</style>
border-color css
<style>
span { border-color: #A2CA03; }
span { border-color: rgb(162,202,3); }
td.TdClassName
{
border-color: #A2CA03;
}
.TagClassName
{
border-color: #A2CA03;
}
</style>