Shades of Zanah #A9CDA8
Tints of Zanah #A9CDA8
RGB
CMYK
RGB Variations
Color information
#A9CDA8 (or 0xA9CDA8) is known color: Zanah. HEX triplet: A9, CD and A8. RGB value is (169,205,168). Sum of RGB (Red+Green+Blue) = 169+205+168=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 205 (80.47% from 255 or 37.82% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CDA8 is #563257. Grayscale: #BEBEBE. Windows color (decimal): -5648984 or 11062697. OLE color: 11062697.
HSL color Cylindrical-coordinate representation of color #A9CDA8: hue angle of 118.38º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CDA8 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 205 | 168 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.20 |
| HSL | 118.38º | 0.27% | 0.73% | - |
| HSV(B) | 118.38º | 0.18% | 0.8% | - |
| XYZ | 45.26 | 54.92 | 45.26 | - |
| YUV | 190.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 168 | 0.18 | 0 | 0.18 | 0.20 | 118.38 | 0.27 | 0.73 |
| Hex | A9 | CD | A8 | 12 | 0 | 12 | 14 | 76 | 1B | 49 |
| Octal | 251 | 315 | 250 | 22 | 0 | 22 | 24 | 166 | 33 | 111 |
| Binary | 10101001 | 11001101 | 10101000 | 10010 | 0 | 10010 | 10100 | 1110110 | 11011 | 1001001 |
Color Harmonies of #A9CDA8
Complementary color
Monochromatic Colors of #A9CDA8
Black with #A9CDA8
Text Example
Text Example
White with #A9CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CDA8; }
p { color: rgb(169,205,168); }
H1.HeaderClassName
{
color: #A9CDA8;
}
.AnyTagClassName
{
color: #A9CDA8;
}
</style>
background-color css
<style>
a { background-color: #A9CDA8; }
a { background-color: rgb(169,205,168); }
div.DivClassName
{
background-color: #A9CDA8;
}
.BgClassName
{
background-color: #A9CDA8;
}
</style>
border-color css
<style>
span { border-color: #A9CDA8; }
span { border-color: rgb(169,205,168); }
td.TdClassName
{
border-color: #A9CDA8;
}
.TagClassName
{
border-color: #A9CDA8;
}
</style>