Shades of Citrus #A2CA09
Tints of Citrus #A2CA09
RGB
CMYK
RGB Variations
Color information
#A2CA09 (or 0xA2CA09) is known color: Citrus. HEX triplet: A2, CA and 09. RGB value is (162,202,9). Sum of RGB (Red+Green+Blue) = 162+202+9=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 9 (3.91% from 255 or 2.41% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA09 is #5D35F6. Grayscale: #A8A8A8. Windows color (decimal): -6108663 or 641698. OLE color: 641698.
HSL color Cylindrical-coordinate representation of color #A2CA09: hue angle of 72.44º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2CA09 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 9 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.21 |
| HSL | 72.44º | 0.91% | 0.41% | - |
| HSV(B) | 72.44º | 0.96% | 0.79% | - |
| XYZ | 36.07 | 49.94 | 8 | - |
| YUV | 168.04 | 38.25 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 9 | 0.20 | 0 | 0.96 | 0.21 | 72.44 | 0.91 | 0.41 |
| Hex | A2 | CA | 9 | 14 | 0 | 60 | 15 | 48 | 5B | 29 |
| Octal | 242 | 312 | 11 | 24 | 0 | 140 | 25 | 110 | 133 | 51 |
| Binary | 10100010 | 11001010 | 1001 | 10100 | 0 | 1100000 | 10101 | 1001000 | 1011011 | 101001 |
Color Harmonies of #A2CA09
Complementary color
Monochromatic Colors of #A2CA09
Black with #A2CA09
Text Example
Text Example
White with #A2CA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA09; }
p { color: rgb(162,202,9); }
H1.HeaderClassName
{
color: #A2CA09;
}
.AnyTagClassName
{
color: #A2CA09;
}
</style>
background-color css
<style>
a { background-color: #A2CA09; }
a { background-color: rgb(162,202,9); }
div.DivClassName
{
background-color: #A2CA09;
}
.BgClassName
{
background-color: #A2CA09;
}
</style>
border-color css
<style>
span { border-color: #A2CA09; }
span { border-color: rgb(162,202,9); }
td.TdClassName
{
border-color: #A2CA09;
}
.TagClassName
{
border-color: #A2CA09;
}
</style>