#ACD2A5

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

Shades of Zanah #ACD2A5

Tints of Zanah #ACD2A5

Color information

#ACD2A5 (or 0xACD2A5) is unknown color: approx Zanah. HEX triplet: AC, D2 and A5. RGB value is (172,210,165). Sum of RGB (Red+Green+Blue) = 172+210+165=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD2A5 is #532D5A. Grayscale: #C1C1C1. Windows color (decimal): -5451099 or 10867372. OLE color: 10867372.

HSL color Cylindrical-coordinate representation of color #ACD2A5: hue angle of 110.67º degrees, saturation: 0.33, 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 #ACD2A5 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB172210165-
CMYK0.1800.210.18
HSL110.67º33.33%73.53%-
HSV(B)110.67º21.43%82.35%-
XYZ46.8557.5844.24-
YUV193.51111.91112.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 210 (82.42% from 255) = 38.39%
BLUE value IS 165 (64.84% from 255) = 30.16%
R=31.44%
G=38.39%
B=30.16%

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
Decimal1722101650.1800.210.18110.6733.3373.53
HexACD2A512015126f214a
Octal254322245220252215741112
Binary101011001101001010100101100100101011001011011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD2A5; }

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

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

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

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

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

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

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

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