Html Css Color HEX #A9CDAA Zanah

📋 copy color: '#A9CDAA'

red 169 ◦ green 205 ◦ blue 170

#A9CDAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zanah #A9CDAA

Tints of Zanah #A9CDAA

RGB

 RED value IS 169 (66.41% from 255) = 31.07%

 GREEN value IS 205 (80.47% from 255) = 37.68%

 BLUE value IS 170 (66.8% from 255) = 31.25%

R = 31.07%
G = 37.68%
B = 31.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#A9CDAA (or 0xA9CDAA) is known color: Zanah. HEX triplet: A9, CD and AA. RGB value is (169,205,170). Sum of RGB (Red+Green+Blue) = 169+205+170=544 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.07% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CDAA is #563255. Grayscale: #BEBEBE. Windows color (decimal): -5648982 or 11193769. OLE color: 11193769.

HSL color Cylindrical-coordinate representation of color #A9CDAA: hue angle of 121.67º degrees, saturation: 0.26, 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 #A9CDAA is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 205 170 -
CMYK 0.18 0 0.17 0.20
HSL 121.67º 0.26% 0.73% -
HSV(B) 121.67º 0.18% 0.8% -
XYZ 45.45 55 46.25 -
YUV 190.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 169 205 170 0.18 0 0.17 0.20 121.67 0.26 0.73
Hex A9 CD AA 12 0 11 14 7A 1A 49
Octal 251 315 252 22 0 21 24 172 32 111
Binary 10101001 11001101 10101010 10010 0 10001 10100 1111010 11010 1001001

Color Harmonies of #A9CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CDAA

Black with #A9CDAA

Text Example


Text Example

White with #A9CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CDAA; }

 p { color: rgb(169,205,170); }

 H1.HeaderClassName
 {
   color: #A9CDAA;
 }
 .AnyTagClassName
 {
   color: #A9CDAA;
 }
</style>

background-color css

<style>
 a { background-color: #A9CDAA; }

 a { background-color: rgb(169,205,170); }

 div.DivClassName
 {
   background-color: #A9CDAA;
 }
 .BgClassName
 {
   background-color: #A9CDAA;
 }
</style>

border-color css

<style>
 span { border-color: #A9CDAA; }

 span { border-color: rgb(169,205,170); }

 td.TdClassName
 {
   border-color: #A9CDAA;
 }
 .TagClassName
 {
   border-color: #A9CDAA;
 }
</style>