#A9CDA8

Color #A9CDA8 Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #A9CDA8

Tints of Zanah #A9CDA8

Color information

#A9CDA8 (or 0xA9CDA8) is unknown color: approx 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

RGB169205168-
CMYK0.1800.180.20
HSL118.38º27.01%73.14%-
HSV(B)118.38º18.05%80.39%-
XYZ45.2654.9245.26-
YUV190.02115.57113.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 31.18%
GREEN value IS 205 (80.47% from 255) = 37.82%
BLUE value IS 168 (66.02% from 255) = 31.00%
R=31.18%
G=37.82%
B=31.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1692051680.1800.180.20118.3827.0173.14
HexA9CDA81201214761b49
Octal251315250220222416633111
Binary10101001110011011010100010010010010101001110110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>