#ACD5AB

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

Shades of Moss Green #ACD5AB

Tints of Moss Green #ACD5AB

Color information

#ACD5AB (or 0xACD5AB) is unknown color: approx Moss Green. HEX triplet: AC, D5 and AB. RGB value is (172,213,171). Sum of RGB (Red+Green+Blue) = 172+213+171=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD5AB is #532A54. Grayscale: #C4C4C4. Windows color (decimal): -5450325 or 11261356. OLE color: 11261356.

HSL color Cylindrical-coordinate representation of color #ACD5AB: hue angle of 118.57º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD5AB is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB172213171-
CMYK0.1900.200.16
HSL118.57º33.33%75.29%-
HSV(B)118.57º19.72%83.53%-
XYZ48.1659.347.44-
YUV195.95113.92110.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.94%
GREEN value IS 213 (83.59% from 255) = 38.31%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=30.94%
G=38.31%
B=30.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131710.1900.200.16118.5733.3375.29
HexACD5AB130141077214b
Octal254325253230242016741113
Binary101011001101010110101011100110101001000011101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD5AB; }

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

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

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

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

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

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

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

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