Html Css Color HEX #ADD2A6 Zanah

📋 copy color: '#ADD2A6'

red 173 ◦ green 210 ◦ blue 166

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

Shades of Zanah #ADD2A6

Tints of Zanah #ADD2A6

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

 BLUE value IS 166 (65.23% from 255) = 30.24%

R = 31.51%
G = 38.25%
B = 30.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#ADD2A6 (or 0xADD2A6) is known color: Zanah. HEX triplet: AD, D2 and A6. RGB value is (173,210,166). Sum of RGB (Red+Green+Blue) = 173+210+166=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD2A6 is #522D59. Grayscale: #C2C2C2. Windows color (decimal): -5385562 or 10932909. OLE color: 10932909.

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

Color convert

RGB 173 210 166 -
CMYK 0.18 0 0.21 0.18
HSL 110.45º 0.33% 0.74% -
HSV(B) 110.45º 0.21% 0.82% -
XYZ 47.16 57.73 44.73 -
YUV 193.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 173 210 166 0.18 0 0.21 0.18 110.45 0.33 0.74
Hex AD D2 A6 12 0 15 12 6E 21 4A
Octal 255 322 246 22 0 25 22 156 41 112
Binary 10101101 11010010 10100110 10010 0 10101 10010 1101110 100001 1001010

Color Harmonies of #ADD2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD2A6

Black with #ADD2A6

Text Example


Text Example

White with #ADD2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD2A6; }

 p { color: rgb(173,210,166); }

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

background-color css

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

 a { background-color: rgb(173,210,166); }

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

border-color css

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

 span { border-color: rgb(173,210,166); }

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