#ACDBAE

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

Shades of Moss Green #ACDBAE

Tints of Moss Green #ACDBAE

Color information

#ACDBAE (or 0xACDBAE) is unknown color: approx Moss Green. HEX triplet: AC, DB and AE. RGB value is (172,219,174). Sum of RGB (Red+Green+Blue) = 172+219+174=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBAE is #532451. Grayscale: #C7C7C7. Windows color (decimal): -5448786 or 11459500. OLE color: 11459500.

HSL color Cylindrical-coordinate representation of color #ACDBAE: hue angle of 122.55º 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 #ACDBAE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB172219174-
CMYK0.2100.210.14
HSL122.55º39.5%76.67%-
HSV(B)122.55º21.46%85.88%-
XYZ49.9862.4949.47-
YUV199.82113.43108.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 174 (68.36% from 255) = 30.80%
R=30.44%
G=38.76%
B=30.80%

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
Decimal1722191740.2100.210.14122.5539.576.67
HexACDBAE15015E7b274d
Octal254333256250251617347115
Binary10101100110110111010111010101010101111011110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBAE; }

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

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

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

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

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

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

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

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