#ACDDAE

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

Shades of Moss Green #ACDDAE

Tints of Moss Green #ACDDAE

Color information

#ACDDAE (or 0xACDDAE) is unknown color: approx Moss Green. HEX triplet: AC, DD and AE. RGB value is (172,221,174). Sum of RGB (Red+Green+Blue) = 172+221+174=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDDAE is #532251. Grayscale: #C9C9C9. Windows color (decimal): -5448274 or 11460012. OLE color: 11460012.

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

Color convert

RGB172221174-
CMYK0.2200.210.13
HSL122.45º41.88%77.06%-
HSV(B)122.45º22.17%86.67%-
XYZ50.5163.5449.65-
YUV200.99112.77107.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 221 (86.72% from 255) = 38.98%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=30.34%
G=38.98%
B=30.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211740.2200.210.13122.4541.8877.06
HexACDDAE16015D7a2a4d
Octal254335256260251517252115
Binary10101100110111011010111010110010101110111110101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDDAE; }

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

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

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

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

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

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

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

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