#ADCEA8

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

Shades of Zanah #ADCEA8

Tints of Zanah #ADCEA8

Color information

#ADCEA8 (or 0xADCEA8) is unknown color: approx Zanah. HEX triplet: AD, CE and A8. RGB value is (173,206,168). Sum of RGB (Red+Green+Blue) = 173+206+168=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA8 is #523157. Grayscale: #BFBFBF. Windows color (decimal): -5386584 or 11062957. OLE color: 11062957.

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

Color convert

RGB173206168-
CMYK0.1600.180.19
HSL112.11º27.94%73.33%-
HSV(B)112.11º18.45%80.78%-
XYZ46.3755.8545.38-
YUV191.8114.57114.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 206 (80.86% from 255) = 37.66%
BLUE value IS 168 (66.02% from 255) = 30.71%
R=31.63%
G=37.66%
B=30.71%

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
Decimal1732061680.1600.180.19112.1127.9473.33
HexADCEA81001213701c49
Octal255316250200222316034111
Binary10101101110011101010100010000010010100111110000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEA8; }

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

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

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

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

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

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

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

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