Shades of Citrus #A2AD16
Tints of Citrus #A2AD16
RGB
CMYK
RGB Variations
Color information
#A2AD16 (or 0xA2AD16) is known color: Citrus. HEX triplet: A2, AD and 16. RGB value is (162,173,22). Sum of RGB (Red+Green+Blue) = 162+173+22=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD16 is #5D52E9. Grayscale: #999999. Windows color (decimal): -6116074 or 1486242. OLE color: 1486242.
HSL color Cylindrical-coordinate representation of color #A2AD16: hue angle of 64.37º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2AD16 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 22 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.32 |
| HSL | 64.37º | 0.77% | 0.38% | - |
| HSV(B) | 64.37º | 0.87% | 0.68% | - |
| XYZ | 29.99 | 37.63 | 6.44 | - |
| YUV | 152.5 | 54.36 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 22 | 0.06 | 0 | 0.87 | 0.32 | 64.37 | 0.77 | 0.38 |
| Hex | A2 | AD | 16 | 6 | 0 | 57 | 20 | 40 | 4D | 26 |
| Octal | 242 | 255 | 26 | 6 | 0 | 127 | 40 | 100 | 115 | 46 |
| Binary | 10100010 | 10101101 | 10110 | 110 | 0 | 1010111 | 100000 | 1000000 | 1001101 | 100110 |
Color Harmonies of #A2AD16
Complementary color
Monochromatic Colors of #A2AD16
Black with #A2AD16
Text Example
Text Example
White with #A2AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD16; }
p { color: rgb(162,173,22); }
H1.HeaderClassName
{
color: #A2AD16;
}
.AnyTagClassName
{
color: #A2AD16;
}
</style>
background-color css
<style>
a { background-color: #A2AD16; }
a { background-color: rgb(162,173,22); }
div.DivClassName
{
background-color: #A2AD16;
}
.BgClassName
{
background-color: #A2AD16;
}
</style>
border-color css
<style>
span { border-color: #A2AD16; }
span { border-color: rgb(162,173,22); }
td.TdClassName
{
border-color: #A2AD16;
}
.TagClassName
{
border-color: #A2AD16;
}
</style>