Html Css Color HEX #ADD0A9 Zanah

📋 copy color: '#ADD0A9'

red 173 ◦ green 208 ◦ blue 169

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

Shades of Zanah #ADD0A9

Tints of Zanah #ADD0A9

RGB

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

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

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

R = 31.45%
G = 37.82%
B = 30.73%

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

#ADD0A9 (or 0xADD0A9) is known color: Zanah. HEX triplet: AD, D0 and A9. RGB value is (173,208,169). Sum of RGB (Red+Green+Blue) = 173+208+169=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0A9 is #522F56. Grayscale: #C1C1C1. Windows color (decimal): -5386071 or 11129005. OLE color: 11129005.

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

Color convert

RGB 173 208 169 -
CMYK 0.17 0 0.19 0.18
HSL 113.85º 0.29% 0.74% -
HSV(B) 113.85º 0.19% 0.82% -
XYZ 46.95 56.86 46.04 -
YUV 193.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 173 208 169 0.17 0 0.19 0.18 113.85 0.29 0.74
Hex AD D0 A9 11 0 13 12 72 1D 4A
Octal 255 320 251 21 0 23 22 162 35 112
Binary 10101101 11010000 10101001 10001 0 10011 10010 1110010 11101 1001010

Color Harmonies of #ADD0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0A9

Black with #ADD0A9

Text Example


Text Example

White with #ADD0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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