Html Css Color HEX #ADD1A9 Zanah

📋 copy color: '#ADD1A9'

red 173 ◦ green 209 ◦ blue 169

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

Shades of Zanah #ADD1A9

Tints of Zanah #ADD1A9

RGB

 RED value IS 173 (67.97% from 255) = 31.4%

 GREEN value IS 209 (82.03% from 255) = 37.93%

 BLUE value IS 169 (66.41% from 255) = 30.67%

R = 31.4%
G = 37.93%
B = 30.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#ADD1A9 (or 0xADD1A9) is known color: Zanah. HEX triplet: AD, D1 and A9. RGB value is (173,209,169). Sum of RGB (Red+Green+Blue) = 173+209+169=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1A9 is #522E56. Grayscale: #C1C1C1. Windows color (decimal): -5385815 or 11129261. OLE color: 11129261.

HSL color Cylindrical-coordinate representation of color #ADD1A9: hue angle of 114º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD1A9 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 169 -
CMYK 0.17 0 0.19 0.18
HSL 114º 0.3% 0.74% -
HSV(B) 114º 0.19% 0.82% -
XYZ 47.2 57.35 46.12 -
YUV 193.68 114.07 113.25 -
System Red Green Blue C M Y K H S L
Decimal 173 209 169 0.17 0 0.19 0.18 114 0.3 0.74
Hex AD D1 A9 11 0 13 12 72 1E 4A
Octal 255 321 251 21 0 23 22 162 36 112
Binary 10101101 11010001 10101001 10001 0 10011 10010 1110010 11110 1001010

Color Harmonies of #ADD1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1A9

Black with #ADD1A9

Text Example


Text Example

White with #ADD1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1A9; }

 p { color: rgb(173,209,169); }

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

background-color css

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

 a { background-color: rgb(173,209,169); }

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

border-color css

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

 span { border-color: rgb(173,209,169); }

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