Shades of Citrus #A2AA17
Tints of Citrus #A2AA17
RGB
CMYK
RGB Variations
Color information
#A2AA17 (or 0xA2AA17) is known color: Citrus. HEX triplet: A2, AA and 17. RGB value is (162,170,23). Sum of RGB (Red+Green+Blue) = 162+170+23=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #A2AA17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AA17 is #5D55E8. Grayscale: #979797. Windows color (decimal): -6116841 or 1551010. OLE color: 1551010.
HSL color Cylindrical-coordinate representation of color #A2AA17: hue angle of 63.27º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2AA17 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 162 | 170 | 23 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.33 |
| HSL | 63.27º | 0.76% | 0.38% | - |
| HSV(B) | 63.27º | 0.86% | 0.67% | - |
| XYZ | 29.43 | 36.49 | 6.3 | - |
| YUV | 150.85 | 55.85 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 23 | 0.05 | 0 | 0.86 | 0.33 | 63.27 | 0.76 | 0.38 |
| Hex | A2 | AA | 17 | 5 | 0 | 56 | 21 | 3F | 4C | 26 |
| Octal | 242 | 252 | 27 | 5 | 0 | 126 | 41 | 77 | 114 | 46 |
| Binary | 10100010 | 10101010 | 10111 | 101 | 0 | 1010110 | 100001 | 111111 | 1001100 | 100110 |
Color Harmonies of #A2AA17
Complementary color
Monochromatic Colors of #A2AA17
Black with #A2AA17
Text Example
Text Example
White with #A2AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AA17; }
p { color: rgb(162,170,23); }
H1.HeaderClassName
{
color: #A2AA17;
}
.AnyTagClassName
{
color: #A2AA17;
}
</style>
background-color css
<style>
a { background-color: #A2AA17; }
a { background-color: rgb(162,170,23); }
div.DivClassName
{
background-color: #A2AA17;
}
.BgClassName
{
background-color: #A2AA17;
}
</style>
border-color css
<style>
span { border-color: #A2AA17; }
span { border-color: rgb(162,170,23); }
td.TdClassName
{
border-color: #A2AA17;
}
.TagClassName
{
border-color: #A2AA17;
}
</style>