#ACD1A6

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

Shades of Zanah #ACD1A6

Tints of Zanah #ACD1A6

Color information

#ACD1A6 (or 0xACD1A6) is unknown color: approx Zanah. HEX triplet: AC, D1 and A6. RGB value is (172,209,166). Sum of RGB (Red+Green+Blue) = 172+209+166=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 166 (65.23% from 255 or 30.35% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD1A6 is #532E59. Grayscale: #C1C1C1. Windows color (decimal): -5451354 or 10932652. OLE color: 10932652.

HSL color Cylindrical-coordinate representation of color #ACD1A6: hue angle of 111.63º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACD1A6 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB172209166-
CMYK0.1800.210.18
HSL111.63º31.85%73.53%-
HSV(B)111.63º20.57%81.96%-
XYZ46.757.1244.64-
YUV193.04112.74113-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 166 (65.23% from 255) = 30.35%
R=31.44%
G=38.21%
B=30.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091660.1800.210.18111.6331.8573.53
HexACD1A6120151270204a
Octal254321246220252216040112
Binary101011001101000110100110100100101011001011100001000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD1A6; }

 p { color: rgb(172,209,166); }

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

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

 a { background-color: rgb(172,209,166); }

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

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

 span { border-color: rgb(172,209,166); }

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