Shades of Citrus #A2C210
Tints of Citrus #A2C210
RGB
CMYK
RGB Variations
Color information
#A2C210 (or 0xA2C210) is known color: Citrus. HEX triplet: A2, C2 and 10. RGB value is (162,194,16). Sum of RGB (Red+Green+Blue) = 162+194+16=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C210 is #5D3DEF. Grayscale: #A4A4A4. Windows color (decimal): -6110704 or 1098402. OLE color: 1098402.
HSL color Cylindrical-coordinate representation of color #A2C210: hue angle of 70.79º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A2C210 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 194 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.24 |
| HSL | 70.79º | 0.85% | 0.41% | - |
| HSV(B) | 70.79º | 0.92% | 0.76% | - |
| XYZ | 34.29 | 46.3 | 7.62 | - |
| YUV | 164.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 194 | 16 | 0.16 | 0 | 0.92 | 0.24 | 70.79 | 0.85 | 0.41 |
| Hex | A2 | C2 | 10 | 10 | 0 | 5C | 18 | 47 | 55 | 29 |
| Octal | 242 | 302 | 20 | 20 | 0 | 134 | 30 | 107 | 125 | 51 |
| Binary | 10100010 | 11000010 | 10000 | 10000 | 0 | 1011100 | 11000 | 1000111 | 1010101 | 101001 |
Color Harmonies of #A2C210
Complementary color
Monochromatic Colors of #A2C210
Black with #A2C210
Text Example
Text Example
White with #A2C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C210; }
p { color: rgb(162,194,16); }
H1.HeaderClassName
{
color: #A2C210;
}
.AnyTagClassName
{
color: #A2C210;
}
</style>
background-color css
<style>
a { background-color: #A2C210; }
a { background-color: rgb(162,194,16); }
div.DivClassName
{
background-color: #A2C210;
}
.BgClassName
{
background-color: #A2C210;
}
</style>
border-color css
<style>
span { border-color: #A2C210; }
span { border-color: rgb(162,194,16); }
td.TdClassName
{
border-color: #A2C210;
}
.TagClassName
{
border-color: #A2C210;
}
</style>