#ACDBA9

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

Shades of Moss Green #ACDBA9

Tints of Moss Green #ACDBA9

Color information

#ACDBA9 (or 0xACDBA9) is unknown color: approx Moss Green. HEX triplet: AC, DB and A9. RGB value is (172,219,169). Sum of RGB (Red+Green+Blue) = 172+219+169=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDBA9 is #532456. Grayscale: #C7C7C7. Windows color (decimal): -5448791 or 11131820. OLE color: 11131820.

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

Color convert

RGB172219169-
CMYK0.2100.230.14
HSL116.4º40.98%76.08%-
HSV(B)116.4º22.83%85.88%-
XYZ49.5162.346.95-
YUV199.25110.93108.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 169 (66.41% from 255) = 30.18%
R=30.71%
G=39.11%
B=30.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722191690.2100.230.14116.440.9876.08
HexACDBA915017E74294c
Octal254333251250271616451114
Binary10101100110110111010100110101010111111011101001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBA9; }

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

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

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

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

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

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

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

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