Shades of Zanah #ADD2A7
Tints of Zanah #ADD2A7
RGB
CMYK
RGB Variations
Color information
#ADD2A7 (or 0xADD2A7) is known color: Zanah. HEX triplet: AD, D2 and A7. RGB value is (173,210,167). Sum of RGB (Red+Green+Blue) = 173+210+167=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2A7 is #522D58. Grayscale: #C2C2C2. Windows color (decimal): -5385561 or 10998445. OLE color: 10998445.
HSL color Cylindrical-coordinate representation of color #ADD2A7: hue angle of 111.63º degrees, saturation: 0.32, 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 #ADD2A7 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 167 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.18 |
| HSL | 111.63º | 0.32% | 0.74% | - |
| HSV(B) | 111.63º | 0.2% | 0.82% | - |
| XYZ | 47.26 | 57.77 | 45.22 | - |
| YUV | 194.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 167 | 0.18 | 0 | 0.20 | 0.18 | 111.63 | 0.32 | 0.74 |
| Hex | AD | D2 | A7 | 12 | 0 | 14 | 12 | 70 | 20 | 4A |
| Octal | 255 | 322 | 247 | 22 | 0 | 24 | 22 | 160 | 40 | 112 |
| Binary | 10101101 | 11010010 | 10100111 | 10010 | 0 | 10100 | 10010 | 1110000 | 100000 | 1001010 |
Color Harmonies of #ADD2A7
Complementary color
Monochromatic Colors of #ADD2A7
Black with #ADD2A7
Text Example
Text Example
White with #ADD2A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD2A7; }
p { color: rgb(173,210,167); }
H1.HeaderClassName
{
color: #ADD2A7;
}
.AnyTagClassName
{
color: #ADD2A7;
}
</style>
background-color css
<style>
a { background-color: #ADD2A7; }
a { background-color: rgb(173,210,167); }
div.DivClassName
{
background-color: #ADD2A7;
}
.BgClassName
{
background-color: #ADD2A7;
}
</style>
border-color css
<style>
span { border-color: #ADD2A7; }
span { border-color: rgb(173,210,167); }
td.TdClassName
{
border-color: #ADD2A7;
}
.TagClassName
{
border-color: #ADD2A7;
}
</style>