Html Css Color HEX #A9D0A4 Zanah

📋 copy color: '#A9D0A4'

red 169 ◦ green 208 ◦ blue 164

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

Shades of Zanah #A9D0A4

Tints of Zanah #A9D0A4

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.45%

 BLUE value IS 164 (64.45% from 255) = 30.31%

R = 31.24%
G = 38.45%
B = 30.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#A9D0A4 (or 0xA9D0A4) is known color: Zanah. HEX triplet: A9, D0 and A4. RGB value is (169,208,164). Sum of RGB (Red+Green+Blue) = 169+208+164=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 208 (81.64% from 255 or 38.45% from 541); Blue value is 164 (64.45% from 255 or 30.31% from 541); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D0A4 is #562F5B. Grayscale: #BFBFBF. Windows color (decimal): -5648220 or 10801321. OLE color: 10801321.

HSL color Cylindrical-coordinate representation of color #A9D0A4: hue angle of 113.18º 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 #A9D0A4 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 208 164 -
CMYK 0.19 0 0.21 0.18
HSL 113.18º 0.32% 0.73% -
HSV(B) 113.18º 0.21% 0.82% -
XYZ 45.62 56.23 43.57 -
YUV 191.32 112.58 112.08 -
System Red Green Blue C M Y K H S L
Decimal 169 208 164 0.19 0 0.21 0.18 113.18 0.32 0.73
Hex A9 D0 A4 13 0 15 12 71 20 49
Octal 251 320 244 23 0 25 22 161 40 111
Binary 10101001 11010000 10100100 10011 0 10101 10010 1110001 100000 1001001

Color Harmonies of #A9D0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D0A4

Black with #A9D0A4

Text Example


Text Example

White with #A9D0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D0A4; }

 p { color: rgb(169,208,164); }

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

background-color css

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

 a { background-color: rgb(169,208,164); }

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

border-color css

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

 span { border-color: rgb(169,208,164); }

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