Shades of Citrus #A2CA0A
Tints of Citrus #A2CA0A
RGB
CMYK
RGB Variations
Color information
#A2CA0A (or 0xA2CA0A) is known color: Citrus. HEX triplet: A2, CA and 0A. RGB value is (162,202,10). Sum of RGB (Red+Green+Blue) = 162+202+10=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #A2CA0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2CA0A is #5D35F5. Grayscale: #A8A8A8. Windows color (decimal): -6108662 or 707234. OLE color: 707234.
HSL color Cylindrical-coordinate representation of color #A2CA0A: hue angle of 72.5º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A2CA0A is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 202 | 10 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.21 |
| HSL | 72.5º | 0.91% | 0.42% | - |
| HSV(B) | 72.5º | 0.95% | 0.79% | - |
| XYZ | 36.08 | 49.94 | 8.03 | - |
| YUV | 168.15 | 38.75 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 202 | 10 | 0.20 | 0 | 0.95 | 0.21 | 72.5 | 0.91 | 0.42 |
| Hex | A2 | CA | A | 14 | 0 | 5F | 15 | 48 | 5B | 2A |
| Octal | 242 | 312 | 12 | 24 | 0 | 137 | 25 | 110 | 133 | 52 |
| Binary | 10100010 | 11001010 | 1010 | 10100 | 0 | 1011111 | 10101 | 1001000 | 1011011 | 101010 |
Color Harmonies of #A2CA0A
Complementary color
Monochromatic Colors of #A2CA0A
Black with #A2CA0A
Text Example
Text Example
White with #A2CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CA0A; }
p { color: rgb(162,202,10); }
H1.HeaderClassName
{
color: #A2CA0A;
}
.AnyTagClassName
{
color: #A2CA0A;
}
</style>
background-color css
<style>
a { background-color: #A2CA0A; }
a { background-color: rgb(162,202,10); }
div.DivClassName
{
background-color: #A2CA0A;
}
.BgClassName
{
background-color: #A2CA0A;
}
</style>
border-color css
<style>
span { border-color: #A2CA0A; }
span { border-color: rgb(162,202,10); }
td.TdClassName
{
border-color: #A2CA0A;
}
.TagClassName
{
border-color: #A2CA0A;
}
</style>