#ACDCAD

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

Shades of Moss Green #ACDCAD

Tints of Moss Green #ACDCAD

Color information

#ACDCAD (or 0xACDCAD) is unknown color: approx Moss Green. HEX triplet: AC, DC and AD. RGB value is (172,220,173). Sum of RGB (Red+Green+Blue) = 172+220+173=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCAD is #532352. Grayscale: #C8C8C8. Windows color (decimal): -5448531 or 11394220. OLE color: 11394220.

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

Color convert

RGB172220173-
CMYK0.2200.210.14
HSL121.25º40.68%76.86%-
HSV(B)121.25º21.82%86.27%-
XYZ50.1562.9749.05-
YUV200.29112.6107.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=30.44%
G=38.94%
B=30.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201730.2200.210.14121.2540.6876.86
HexACDCAD16015E79294d
Octal254334255260251617151115
Binary10101100110111001010110110110010101111011110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCAD; }

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

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

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

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

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

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

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

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