#ADCEA9

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

Shades of Zanah #ADCEA9

Tints of Zanah #ADCEA9

Color information

#ADCEA9 (or 0xADCEA9) is unknown color: approx Zanah. HEX triplet: AD, CE and A9. RGB value is (173,206,169). Sum of RGB (Red+Green+Blue) = 173+206+169=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA9 is #523156. Grayscale: #C0C0C0. Windows color (decimal): -5386583 or 11128493. OLE color: 11128493.

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

Color convert

RGB173206169-
CMYK0.1600.180.19
HSL113.51º27.41%73.53%-
HSV(B)113.51º17.96%80.78%-
XYZ46.4755.8945.88-
YUV191.92115.07114.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 206 (80.86% from 255) = 37.59%
BLUE value IS 169 (66.41% from 255) = 30.84%
R=31.57%
G=37.59%
B=30.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061690.1600.180.19113.5127.4173.53
HexADCEA91001213721b4a
Octal255316251200222316233112
Binary10101101110011101010100110000010010100111110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEA9; }

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

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

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

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

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

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

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

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