Shades of Zanah #ADD2A9
Tints of Zanah #ADD2A9
RGB
CMYK
RGB Variations
Color information
#ADD2A9 (or 0xADD2A9) is known color: Zanah. HEX triplet: AD, D2 and A9. RGB value is (173,210,169). Sum of RGB (Red+Green+Blue) = 173+210+169=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2A9 is #522D56. Grayscale: #C2C2C2. Windows color (decimal): -5385559 or 11129517. OLE color: 11129517.
HSL color Cylindrical-coordinate representation of color #ADD2A9: hue angle of 114.15º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD2A9 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 169 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.18 |
| HSL | 114.15º | 0.31% | 0.74% | - |
| HSV(B) | 114.15º | 0.2% | 0.82% | - |
| XYZ | 47.44 | 57.84 | 46.2 | - |
| YUV | 194.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 169 | 0.18 | 0 | 0.20 | 0.18 | 114.15 | 0.31 | 0.74 |
| Hex | AD | D2 | A9 | 12 | 0 | 14 | 12 | 72 | 1F | 4A |
| Octal | 255 | 322 | 251 | 22 | 0 | 24 | 22 | 162 | 37 | 112 |
| Binary | 10101101 | 11010010 | 10101001 | 10010 | 0 | 10100 | 10010 | 1110010 | 11111 | 1001010 |
Color Harmonies of #ADD2A9
Complementary color
Monochromatic Colors of #ADD2A9
Black with #ADD2A9
Text Example
Text Example
White with #ADD2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2A9; }
p { color: rgb(173,210,169); }
H1.HeaderClassName
{
color: #ADD2A9;
}
.AnyTagClassName
{
color: #ADD2A9;
}
</style>
background-color css
<style>
a { background-color: #ADD2A9; }
a { background-color: rgb(173,210,169); }
div.DivClassName
{
background-color: #ADD2A9;
}
.BgClassName
{
background-color: #ADD2A9;
}
</style>
border-color css
<style>
span { border-color: #ADD2A9; }
span { border-color: rgb(173,210,169); }
td.TdClassName
{
border-color: #ADD2A9;
}
.TagClassName
{
border-color: #ADD2A9;
}
</style>