#ACDEAC

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

Shades of Moss Green #ACDEAC

Tints of Moss Green #ACDEAC

Color information

#ACDEAC (or 0xACDEAC) is unknown color: approx Moss Green. HEX triplet: AC, DE and AC. RGB value is (172,222,172). Sum of RGB (Red+Green+Blue) = 172+222+172=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDEAC is #532153. Grayscale: #C9C9C9. Windows color (decimal): -5448020 or 11329196. OLE color: 11329196.

HSL color Cylindrical-coordinate representation of color #ACDEAC: hue angle of 120º degrees, saturation: 0.43, 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 #ACDEAC is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB172222172-
CMYK0.2300.230.13
HSL120º43.1%77.25%-
HSV(B)120º22.52%87.06%-
XYZ50.5863.9948.72-
YUV201.35111.44107.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=30.39%
G=39.22%
B=30.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722221720.2300.230.1312043.177.25
HexACDEAC17017D782b4d
Octal254336254270271517053115
Binary10101100110111101010110010111010111110111110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDEAC; }

 p { color: rgb(172,222,172); }

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

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

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

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

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

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

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