#ACD0AE

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

Shades of Zanah #ACD0AE

Tints of Zanah #ACD0AE

Color information

#ACD0AE (or 0xACD0AE) is unknown color: approx Zanah. HEX triplet: AC, D0 and AE. RGB value is (172,208,174). Sum of RGB (Red+Green+Blue) = 172+208+174=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0AE is #532F51. Grayscale: #C1C1C1. Windows color (decimal): -5451602 or 11456684. OLE color: 11456684.

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

Color convert

RGB172208174-
CMYK0.1700.160.18
HSL123.33º27.69%74.51%-
HSV(B)123.33º17.31%81.57%-
XYZ47.2156.9448.55-
YUV193.36117.07112.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.05%
GREEN value IS 208 (81.64% from 255) = 37.55%
BLUE value IS 174 (68.36% from 255) = 31.41%
R=31.05%
G=37.55%
B=31.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081740.1700.160.18123.3327.6974.51
HexACD0AE11010127b1c4b
Octal254320256210202217334113
Binary10101100110100001010111010001010000100101111011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0AE; }

 p { color: rgb(172,208,174); }

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

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

 a { background-color: rgb(172,208,174); }

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

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

 span { border-color: rgb(172,208,174); }

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