Html Css Color HEX #A9D0A5 Zanah

📋 copy color: '#A9D0A5'

red 169 ◦ green 208 ◦ blue 165

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

Shades of Zanah #A9D0A5

Tints of Zanah #A9D0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.44%

R = 31.18%
G = 38.38%
B = 30.44%

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

#A9D0A5 (or 0xA9D0A5) is known color: Zanah. HEX triplet: A9, D0 and A5. RGB value is (169,208,165). Sum of RGB (Red+Green+Blue) = 169+208+165=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D0A5 is #562F5A. Grayscale: #BFBFBF. Windows color (decimal): -5648219 or 10866857. OLE color: 10866857.

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

Color convert

RGB 169 208 165 -
CMYK 0.19 0 0.21 0.18
HSL 114.42º 0.31% 0.73% -
HSV(B) 114.42º 0.21% 0.82% -
XYZ 45.71 56.26 44.05 -
YUV 191.44 113.08 112 -
System Red Green Blue C M Y K H S L
Decimal 169 208 165 0.19 0 0.21 0.18 114.42 0.31 0.73
Hex A9 D0 A5 13 0 15 12 72 1F 49
Octal 251 320 245 23 0 25 22 162 37 111
Binary 10101001 11010000 10100101 10011 0 10101 10010 1110010 11111 1001001

Color Harmonies of #A9D0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9D0A5

Black with #A9D0A5

Text Example


Text Example

White with #A9D0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9D0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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