Shades of Citrus #A2C111
Tints of Citrus #A2C111
RGB
CMYK
RGB Variations
Color information
#A2C111 (or 0xA2C111) is known color: Citrus. HEX triplet: A2, C1 and 11. RGB value is (162,193,17). Sum of RGB (Red+Green+Blue) = 162+193+17=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 17 (7.03% from 255 or 4.57% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C111 is #5D3EEE. Grayscale: #A4A4A4. Windows color (decimal): -6110959 or 1163682. OLE color: 1163682.
HSL color Cylindrical-coordinate representation of color #A2C111: hue angle of 70.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A2C111 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 17 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.24 |
| HSL | 70.57º | 0.84% | 0.41% | - |
| HSV(B) | 70.57º | 0.91% | 0.76% | - |
| XYZ | 34.07 | 45.86 | 7.59 | - |
| YUV | 163.67 | 45.23 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 17 | 0.16 | 0 | 0.91 | 0.24 | 70.57 | 0.84 | 0.41 |
| Hex | A2 | C1 | 11 | 10 | 0 | 5B | 18 | 47 | 54 | 29 |
| Octal | 242 | 301 | 21 | 20 | 0 | 133 | 30 | 107 | 124 | 51 |
| Binary | 10100010 | 11000001 | 10001 | 10000 | 0 | 1011011 | 11000 | 1000111 | 1010100 | 101001 |
Color Harmonies of #A2C111
Complementary color
Monochromatic Colors of #A2C111
Black with #A2C111
Text Example
Text Example
White with #A2C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C111; }
p { color: rgb(162,193,17); }
H1.HeaderClassName
{
color: #A2C111;
}
.AnyTagClassName
{
color: #A2C111;
}
</style>
background-color css
<style>
a { background-color: #A2C111; }
a { background-color: rgb(162,193,17); }
div.DivClassName
{
background-color: #A2C111;
}
.BgClassName
{
background-color: #A2C111;
}
</style>
border-color css
<style>
span { border-color: #A2C111; }
span { border-color: rgb(162,193,17); }
td.TdClassName
{
border-color: #A2C111;
}
.TagClassName
{
border-color: #A2C111;
}
</style>