Html Css Color HEX #ADD1A7 Zanah

📋 copy color: '#ADD1A7'

red 173 ◦ green 209 ◦ blue 167

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

Shades of Zanah #ADD1A7

Tints of Zanah #ADD1A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 30.42%

R = 31.51%
G = 38.07%
B = 30.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#ADD1A7 (or 0xADD1A7) is known color: Zanah. HEX triplet: AD, D1 and A7. RGB value is (173,209,167). Sum of RGB (Red+Green+Blue) = 173+209+167=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 167 (65.62% from 255 or 30.42% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1A7 is #522E58. Grayscale: #C1C1C1. Windows color (decimal): -5385817 or 10998189. OLE color: 10998189.

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

Color convert

RGB 173 209 167 -
CMYK 0.17 0 0.20 0.18
HSL 111.43º 0.31% 0.74% -
HSV(B) 111.43º 0.2% 0.82% -
XYZ 47.01 57.28 45.14 -
YUV 193.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 173 209 167 0.17 0 0.20 0.18 111.43 0.31 0.74
Hex AD D1 A7 11 0 14 12 6F 1F 4A
Octal 255 321 247 21 0 24 22 157 37 112
Binary 10101101 11010001 10100111 10001 0 10100 10010 1101111 11111 1001010

Color Harmonies of #ADD1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1A7

Black with #ADD1A7

Text Example


Text Example

White with #ADD1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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