#ACDCAB

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

Shades of Moss Green #ACDCAB

Tints of Moss Green #ACDCAB

Color information

#ACDCAB (or 0xACDCAB) is unknown color: approx Moss Green. HEX triplet: AC, DC and AB. RGB value is (172,220,171). Sum of RGB (Red+Green+Blue) = 172+220+171=563 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.55% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACDCAB is #532354. Grayscale: #C8C8C8. Windows color (decimal): -5448533 or 11263148. OLE color: 11263148.

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

Color convert

RGB172220171-
CMYK0.2200.220.14
HSL118.78º41.18%76.67%-
HSV(B)118.78º22.27%86.27%-
XYZ49.9662.948.04-
YUV200.06111.6107.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.55%
GREEN value IS 220 (86.33% from 255) = 39.08%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=30.55%
G=39.08%
B=30.37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722201710.2200.220.14118.7841.1876.67
HexACDCAB16016E77294d
Octal254334253260261616751115
Binary10101100110111001010101110110010110111011101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCAB; }

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

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

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

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

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

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

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

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