Shades of Zanah #A8CDA8
Tints of Zanah #A8CDA8
RGB
CMYK
RGB Variations
Color information
#A8CDA8 (or 0xA8CDA8) is known color: Zanah. HEX triplet: A8, CD and A8. RGB value is (168,205,168). Sum of RGB (Red+Green+Blue) = 168+205+168=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDA8 is #573257. Grayscale: #BDBDBD. Windows color (decimal): -5714520 or 11062696. OLE color: 11062696.
HSL color Cylindrical-coordinate representation of color #A8CDA8: hue angle of 120º 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 #A8CDA8 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
RGB | 168 | 205 | 168 | - |
CMYK | 0.18 | 0 | 0.18 | 0.20 |
HSL | 120º | 0.27% | 0.73% | - |
HSV(B) | 120º | 0.18% | 0.8% | - |
XYZ | 45.05 | 54.81 | 45.25 | - |
YUV | 189.72 | 115.74 | 112.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 205 | 168 | 0.18 | 0 | 0.18 | 0.20 | 120 | 0.27 | 0.73 |
Hex | A8 | CD | A8 | 12 | 0 | 12 | 14 | 78 | 1B | 49 |
Octal | 250 | 315 | 250 | 22 | 0 | 22 | 24 | 170 | 33 | 111 |
Binary | 10101000 | 11001101 | 10101000 | 10010 | 0 | 10010 | 10100 | 1111000 | 11011 | 1001001 |
Color Harmonies of #A8CDA8
Complementary color
Monochromatic Colors of #A8CDA8
Black with #A8CDA8
Text Example
Text Example
White with #A8CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDA8; }
p { color: rgb(168,205,168); }
H1.HeaderClassName
{
color: #A8CDA8;
}
.AnyTagClassName
{
color: #A8CDA8;
}
</style>
background-color css
<style>
a { background-color: #A8CDA8; }
a { background-color: rgb(168,205,168); }
div.DivClassName
{
background-color: #A8CDA8;
}
.BgClassName
{
background-color: #A8CDA8;
}
</style>
border-color css
<style>
span { border-color: #A8CDA8; }
span { border-color: rgb(168,205,168); }
td.TdClassName
{
border-color: #A8CDA8;
}
.TagClassName
{
border-color: #A8CDA8;
}
</style>