Shades of Citrus #A2AD17
Tints of Citrus #A2AD17
RGB
CMYK
RGB Variations
Color information
#A2AD17 (or 0xA2AD17) is known color: Citrus. HEX triplet: A2, AD and 17. RGB value is (162,173,23). Sum of RGB (Red+Green+Blue) = 162+173+23=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #A2AD17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AD17 is #5D52E8. Grayscale: #999999. Windows color (decimal): -6116073 or 1551778. OLE color: 1551778.
HSL color Cylindrical-coordinate representation of color #A2AD17: hue angle of 64.4º 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 #A2AD17 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 23 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.32 |
| HSL | 64.4º | 0.77% | 0.38% | - |
| HSV(B) | 64.4º | 0.87% | 0.68% | - |
| XYZ | 30 | 37.63 | 6.49 | - |
| YUV | 152.61 | 54.86 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 23 | 0.06 | 0 | 0.87 | 0.32 | 64.4 | 0.77 | 0.38 |
| Hex | A2 | AD | 17 | 6 | 0 | 57 | 20 | 40 | 4D | 26 |
| Octal | 242 | 255 | 27 | 6 | 0 | 127 | 40 | 100 | 115 | 46 |
| Binary | 10100010 | 10101101 | 10111 | 110 | 0 | 1010111 | 100000 | 1000000 | 1001101 | 100110 |
Color Harmonies of #A2AD17
Complementary color
Monochromatic Colors of #A2AD17
Black with #A2AD17
Text Example
Text Example
White with #A2AD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AD17; }
p { color: rgb(162,173,23); }
H1.HeaderClassName
{
color: #A2AD17;
}
.AnyTagClassName
{
color: #A2AD17;
}
</style>
background-color css
<style>
a { background-color: #A2AD17; }
a { background-color: rgb(162,173,23); }
div.DivClassName
{
background-color: #A2AD17;
}
.BgClassName
{
background-color: #A2AD17;
}
</style>
border-color css
<style>
span { border-color: #A2AD17; }
span { border-color: rgb(162,173,23); }
td.TdClassName
{
border-color: #A2AD17;
}
.TagClassName
{
border-color: #A2AD17;
}
</style>