Shades of Zanah #ADD1AC
Tints of Zanah #ADD1AC
RGB
CMYK
RGB Variations
Color information
#ADD1AC (or 0xADD1AC) is known color: Zanah. HEX triplet: AD, D1 and AC. RGB value is (173,209,172). Sum of RGB (Red+Green+Blue) = 173+209+172=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 209 (82.03% from 255 or 37.73% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1AC is #522E53. Grayscale: #C2C2C2. Windows color (decimal): -5385812 or 11325869. OLE color: 11325869.
HSL color Cylindrical-coordinate representation of color #ADD1AC: hue angle of 118.38º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD1AC is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 209 | 172 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.18 |
| HSL | 118.38º | 0.29% | 0.75% | - |
| HSV(B) | 118.38º | 0.18% | 0.82% | - |
| XYZ | 47.48 | 57.46 | 47.62 | - |
| YUV | 194.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 209 | 172 | 0.17 | 0 | 0.18 | 0.18 | 118.38 | 0.29 | 0.75 |
| Hex | AD | D1 | AC | 11 | 0 | 12 | 12 | 76 | 1D | 4B |
| Octal | 255 | 321 | 254 | 21 | 0 | 22 | 22 | 166 | 35 | 113 |
| Binary | 10101101 | 11010001 | 10101100 | 10001 | 0 | 10010 | 10010 | 1110110 | 11101 | 1001011 |
Color Harmonies of #ADD1AC
Complementary color
Monochromatic Colors of #ADD1AC
Black with #ADD1AC
Text Example
Text Example
White with #ADD1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD1AC; }
p { color: rgb(173,209,172); }
H1.HeaderClassName
{
color: #ADD1AC;
}
.AnyTagClassName
{
color: #ADD1AC;
}
</style>
background-color css
<style>
a { background-color: #ADD1AC; }
a { background-color: rgb(173,209,172); }
div.DivClassName
{
background-color: #ADD1AC;
}
.BgClassName
{
background-color: #ADD1AC;
}
</style>
border-color css
<style>
span { border-color: #ADD1AC; }
span { border-color: rgb(173,209,172); }
td.TdClassName
{
border-color: #ADD1AC;
}
.TagClassName
{
border-color: #ADD1AC;
}
</style>