Html Css Color HEX #ADD1AD Zanah

📋 copy color: '#ADD1AD'

red 173 ◦ green 209 ◦ blue 173

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

Shades of Zanah #ADD1AD

Tints of Zanah #ADD1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.17%

R = 31.17%
G = 37.66%
B = 31.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#ADD1AD (or 0xADD1AD) is known color: Zanah. HEX triplet: AD, D1 and AD. RGB value is (173,209,173). Sum of RGB (Red+Green+Blue) = 173+209+173=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD1AD is #522E52. Grayscale: #C2C2C2. Windows color (decimal): -5385811 or 11391405. OLE color: 11391405.

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

Color convert

RGB 173 209 173 -
CMYK 0.17 0 0.17 0.18
HSL 120º 0.28% 0.75% -
HSV(B) 120º 0.17% 0.82% -
XYZ 47.58 57.5 48.13 -
YUV 194.13 116.07 112.93 -
System Red Green Blue C M Y K H S L
Decimal 173 209 173 0.17 0 0.17 0.18 120 0.28 0.75
Hex AD D1 AD 11 0 11 12 78 1C 4B
Octal 255 321 255 21 0 21 22 170 34 113
Binary 10101101 11010001 10101101 10001 0 10001 10010 1111000 11100 1001011

Color Harmonies of #ADD1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1AD

Black with #ADD1AD

Text Example


Text Example

White with #ADD1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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