#ACD2A4

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

Shades of Zanah #ACD2A4

Tints of Zanah #ACD2A4

Color information

#ACD2A4 (or 0xACD2A4) is unknown color: approx Zanah. HEX triplet: AC, D2 and A4. RGB value is (172,210,164). Sum of RGB (Red+Green+Blue) = 172+210+164=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 164 (64.45% from 255 or 30.04% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2A4 is #532D5B. Grayscale: #C1C1C1. Windows color (decimal): -5451100 or 10801836. OLE color: 10801836.

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

Color convert

RGB172210164-
CMYK0.1800.220.18
HSL109.57º33.82%73.33%-
HSV(B)109.57º21.9%82.35%-
XYZ46.7657.5443.76-
YUV193.39111.41112.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 164 (64.45% from 255) = 30.04%
R=31.50%
G=38.46%
B=30.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722101640.1800.220.18109.5733.8273.33
HexACD2A412016126e2249
Octal254322244220262215642111
Binary101011001101001010100100100100101101001011011101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2A4; }

 p { color: rgb(172,210,164); }

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

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

 a { background-color: rgb(172,210,164); }

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

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

 span { border-color: rgb(172,210,164); }

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