#ACDFAD

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

Shades of Moss Green #ACDFAD

Tints of Moss Green #ACDFAD

Color information

#ACDFAD (or 0xACDFAD) is unknown color: approx Moss Green. HEX triplet: AC, DF and AD. RGB value is (172,223,173). Sum of RGB (Red+Green+Blue) = 172+223+173=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDFAD is #532052. Grayscale: #CACACA. Windows color (decimal): -5447763 or 11394988. OLE color: 11394988.

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

Color convert

RGB172223173-
CMYK0.2300.220.13
HSL121.18º44.35%77.45%-
HSV(B)121.18º22.87%87.45%-
XYZ50.9464.5649.31-
YUV202.05111.6106.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 173 (67.97% from 255) = 30.46%
R=30.28%
G=39.26%
B=30.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722231730.2300.220.13121.1844.3577.45
HexACDFAD17016D792c4d
Octal254337255270261517154115
Binary10101100110111111010110110111010110110111110011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFAD; }

 p { color: rgb(172,223,173); }

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

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

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

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

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

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

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