#ACDDAB

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

Shades of Moss Green #ACDDAB

Tints of Moss Green #ACDDAB

Color information

#ACDDAB (or 0xACDDAB) is unknown color: approx Moss Green. HEX triplet: AC, DD and AB. RGB value is (172,221,171). Sum of RGB (Red+Green+Blue) = 172+221+171=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDAB is #532254. Grayscale: #C8C8C8. Windows color (decimal): -5448277 or 11263404. OLE color: 11263404.

HSL color Cylindrical-coordinate representation of color #ACDDAB: hue angle of 118.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDDAB is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB172221171-
CMYK0.2200.230.13
HSL118.8º42.37%76.86%-
HSV(B)118.8º22.62%86.67%-
XYZ50.2263.4248.12-
YUV200.65111.27107.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 171 (67.19% from 255) = 30.32%
R=30.50%
G=39.18%
B=30.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211710.2200.230.13118.842.3776.86
HexACDDAB16017D772a4d
Octal254335253260271516752115
Binary10101100110111011010101110110010111110111101111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDAB; }

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

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

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

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

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

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

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

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