Shades of Zanah #ADD0A4
Tints of Zanah #ADD0A4
RGB
CMYK
RGB Variations
Color information
#ADD0A4 (or 0xADD0A4) is known color: Zanah. HEX triplet: AD, D0 and A4. RGB value is (173,208,164). Sum of RGB (Red+Green+Blue) = 173+208+164=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0A4 is #522F5B. Grayscale: #C0C0C0. Windows color (decimal): -5386076 or 10801325. OLE color: 10801325.
HSL color Cylindrical-coordinate representation of color #ADD0A4: hue angle of 107.73º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD0A4 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 164 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.18 |
| HSL | 107.73º | 0.32% | 0.73% | - |
| HSV(B) | 107.73º | 0.21% | 0.82% | - |
| XYZ | 46.49 | 56.68 | 43.61 | - |
| YUV | 192.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 164 | 0.17 | 0 | 0.21 | 0.18 | 107.73 | 0.32 | 0.73 |
| Hex | AD | D0 | A4 | 11 | 0 | 15 | 12 | 6C | 20 | 49 |
| Octal | 255 | 320 | 244 | 21 | 0 | 25 | 22 | 154 | 40 | 111 |
| Binary | 10101101 | 11010000 | 10100100 | 10001 | 0 | 10101 | 10010 | 1101100 | 100000 | 1001001 |
Color Harmonies of #ADD0A4
Complementary color
Monochromatic Colors of #ADD0A4
Black with #ADD0A4
Text Example
Text Example
White with #ADD0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD0A4; }
p { color: rgb(173,208,164); }
H1.HeaderClassName
{
color: #ADD0A4;
}
.AnyTagClassName
{
color: #ADD0A4;
}
</style>
background-color css
<style>
a { background-color: #ADD0A4; }
a { background-color: rgb(173,208,164); }
div.DivClassName
{
background-color: #ADD0A4;
}
.BgClassName
{
background-color: #ADD0A4;
}
</style>
border-color css
<style>
span { border-color: #ADD0A4; }
span { border-color: rgb(173,208,164); }
td.TdClassName
{
border-color: #ADD0A4;
}
.TagClassName
{
border-color: #ADD0A4;
}
</style>