Shades of Citrus #A2C110
Tints of Citrus #A2C110
RGB
CMYK
RGB Variations
Color information
#A2C110 (or 0xA2C110) is known color: Citrus. HEX triplet: A2, C1 and 10. RGB value is (162,193,16). Sum of RGB (Red+Green+Blue) = 162+193+16=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C110 is #5D3EEF. Grayscale: #A4A4A4. Windows color (decimal): -6110960 or 1098146. OLE color: 1098146.
HSL color Cylindrical-coordinate representation of color #A2C110: hue angle of 70.51º 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 #A2C110 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 16 | - |
| CMYK | 0.16 | 0 | 0.92 | 0.24 |
| HSL | 70.51º | 0.85% | 0.41% | - |
| HSV(B) | 70.51º | 0.92% | 0.76% | - |
| XYZ | 34.06 | 45.86 | 7.55 | - |
| YUV | 163.55 | 44.73 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 16 | 0.16 | 0 | 0.92 | 0.24 | 70.51 | 0.85 | 0.41 |
| Hex | A2 | C1 | 10 | 10 | 0 | 5C | 18 | 47 | 55 | 29 |
| Octal | 242 | 301 | 20 | 20 | 0 | 134 | 30 | 107 | 125 | 51 |
| Binary | 10100010 | 11000001 | 10000 | 10000 | 0 | 1011100 | 11000 | 1000111 | 1010101 | 101001 |
Color Harmonies of #A2C110
Complementary color
Monochromatic Colors of #A2C110
Black with #A2C110
Text Example
Text Example
White with #A2C110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C110; }
p { color: rgb(162,193,16); }
H1.HeaderClassName
{
color: #A2C110;
}
.AnyTagClassName
{
color: #A2C110;
}
</style>
background-color css
<style>
a { background-color: #A2C110; }
a { background-color: rgb(162,193,16); }
div.DivClassName
{
background-color: #A2C110;
}
.BgClassName
{
background-color: #A2C110;
}
</style>
border-color css
<style>
span { border-color: #A2C110; }
span { border-color: rgb(162,193,16); }
td.TdClassName
{
border-color: #A2C110;
}
.TagClassName
{
border-color: #A2C110;
}
</style>