#ACD0AB

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

Shades of Zanah #ACD0AB

Tints of Zanah #ACD0AB

Color information

#ACD0AB (or 0xACD0AB) is unknown color: approx Zanah. HEX triplet: AC, D0 and AB. RGB value is (172,208,171). Sum of RGB (Red+Green+Blue) = 172+208+171=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD0AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD0AB is #532F54. Grayscale: #C1C1C1. Windows color (decimal): -5451605 or 11260076. OLE color: 11260076.

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

Color convert

RGB172208171-
CMYK0.1700.180.18
HSL118.38º28.24%74.31%-
HSV(B)118.38º17.79%81.57%-
XYZ46.9256.8247.02-
YUV193.02115.57113.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.22%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=31.22%
G=37.75%
B=31.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722081710.1700.180.18118.3828.2474.31
HexACD0AB1101212761c4a
Octal254320253210222216634112
Binary10101100110100001010101110001010010100101110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD0AB; }

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

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

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

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

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

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

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

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