#ACDBAD

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

Shades of Moss Green #ACDBAD

Tints of Moss Green #ACDBAD

Color information

#ACDBAD (or 0xACDBAD) is unknown color: approx Moss Green. HEX triplet: AC, DB and AD. RGB value is (172,219,173). Sum of RGB (Red+Green+Blue) = 172+219+173=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBAD is #532452. Grayscale: #C7C7C7. Windows color (decimal): -5448787 or 11393964. OLE color: 11393964.

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

Color convert

RGB172219173-
CMYK0.2100.210.14
HSL121.28º39.5%76.67%-
HSV(B)121.28º21.46%85.88%-
XYZ49.8962.4548.96-
YUV199.7112.93108.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 219 (85.94% from 255) = 38.83%
BLUE value IS 173 (67.97% from 255) = 30.67%
R=30.50%
G=38.83%
B=30.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191730.2100.210.14121.2839.576.67
HexACDBAD15015E79274d
Octal254333255250251617147115
Binary10101100110110111010110110101010101111011110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBAD; }

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

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

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

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

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

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

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

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