#ADCEAA

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

Shades of Zanah #ADCEAA

Tints of Zanah #ADCEAA

Color information

#ADCEAA (or 0xADCEAA) is unknown color: approx Zanah. HEX triplet: AD, CE and AA. RGB value is (173,206,170). Sum of RGB (Red+Green+Blue) = 173+206+170=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEAA is #523155. Grayscale: #C0C0C0. Windows color (decimal): -5386582 or 11194029. OLE color: 11194029.

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

Color convert

RGB173206170-
CMYK0.1600.170.19
HSL115º26.87%73.73%-
HSV(B)115º17.48%80.78%-
XYZ46.5655.9346.37-
YUV192.03115.57114.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=31.51%
G=37.52%
B=30.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061700.1600.170.1911526.8773.73
HexADCEAA1001113731b4a
Octal255316252200212316333112
Binary10101101110011101010101010000010001100111110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEAA; }

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

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

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

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

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

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

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

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