#ADCEA6

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

Shades of Zanah #ADCEA6

Tints of Zanah #ADCEA6

Color information

#ADCEA6 (or 0xADCEA6) is unknown color: approx Zanah. HEX triplet: AD, CE and A6. RGB value is (173,206,166). Sum of RGB (Red+Green+Blue) = 173+206+166=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCEA6 is #523159. Grayscale: #BFBFBF. Windows color (decimal): -5386586 or 10931885. OLE color: 10931885.

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

Color convert

RGB173206166-
CMYK0.1600.190.19
HSL109.5º28.99%72.94%-
HSV(B)109.5º19.42%80.78%-
XYZ46.1955.7844.41-
YUV191.57113.57114.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 166 (65.23% from 255) = 30.46%
R=31.74%
G=37.80%
B=30.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061660.1600.190.19109.528.9972.94
HexADCEA610013136d1d49
Octal255316246200232315535111
Binary10101101110011101010011010000010011100111101101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEA6; }

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

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

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

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

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

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

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

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