#ACDCA4

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

Shades of Moss Green #ACDCA4

Tints of Moss Green #ACDCA4

Color information

#ACDCA4 (or 0xACDCA4) is unknown color: approx Moss Green. HEX triplet: AC, DC and A4. RGB value is (172,220,164). Sum of RGB (Red+Green+Blue) = 172+220+164=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCA4 is #53235B. Grayscale: #C7C7C7. Windows color (decimal): -5448540 or 10804396. OLE color: 10804396.

HSL color Cylindrical-coordinate representation of color #ACDCA4: hue angle of 111.43º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACDCA4 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB172220164-
CMYK0.2200.250.14
HSL111.43º44.44%75.29%-
HSV(B)111.43º25.45%86.27%-
XYZ49.3162.6444.61-
YUV199.26108.1108.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 164 (64.45% from 255) = 29.50%
R=30.94%
G=39.57%
B=29.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201640.2200.250.14111.4344.4475.29
HexACDCA416019E6f2c4b
Octal254334244260311615754113
Binary10101100110111001010010010110011001111011011111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCA4; }

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

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

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

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

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

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

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

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