#ADCEAD

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

Shades of Zanah #ADCEAD

Tints of Zanah #ADCEAD

Color information

#ADCEAD (or 0xADCEAD) is unknown color: approx Zanah. HEX triplet: AD, CE and AD. RGB value is (173,206,173). Sum of RGB (Red+Green+Blue) = 173+206+173=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEAD is #523152. Grayscale: #C0C0C0. Windows color (decimal): -5386579 or 11390637. OLE color: 11390637.

HSL color Cylindrical-coordinate representation of color #ADCEAD: hue angle of 120º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEAD is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB173206173-
CMYK0.1600.160.19
HSL120º25.19%74.31%-
HSV(B)120º16.02%80.78%-
XYZ46.8556.0447.88-
YUV192.37117.07114.18-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 206 (80.86% from 255) = 37.32%
BLUE value IS 173 (67.97% from 255) = 31.34%
R=31.34%
G=37.32%
B=31.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061730.1600.160.1912025.1974.31
HexADCEAD100101378194a
Octal255316255200202317031112
Binary10101101110011101010110110000010000100111111000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEAD; }

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

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

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

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

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

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

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

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