#ADD0A4

Color #ADD0A4 Zanah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zanah #ADD0A4

Tints of Zanah #ADD0A4

Color information

#ADD0A4 (or 0xADD0A4) is unknown color: approx Zanah. HEX triplet: AD, D0 and A4. RGB value is (173,208,164). Sum of RGB (Red+Green+Blue) = 173+208+164=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD0A4 is #522F5B. Grayscale: #C0C0C0. Windows color (decimal): -5386076 or 10801325. OLE color: 10801325.

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

Color convert

RGB173208164-
CMYK0.1700.210.18
HSL107.73º31.88%72.94%-
HSV(B)107.73º21.15%81.57%-
XYZ46.4956.6843.61-
YUV192.52111.9114.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 208 (81.64% from 255) = 38.17%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=31.74%
G=38.17%
B=30.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732081640.1700.210.18107.7331.8872.94
HexADD0A411015126c2049
Octal255320244210252215440111
Binary101011011101000010100100100010101011001011011001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD0A4; }

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

 H1.HeaderClassName
 {
   color: #ADD0A4;
 }
 .AnyTagClassName
 {
   color: #ADD0A4;
 }
</style>
background-color css

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

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

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

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

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

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