#A1DCA3

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

Shades of Moss Green #A1DCA3

Tints of Moss Green #A1DCA3

Color information

#A1DCA3 (or 0xA1DCA3) is unknown color: approx Moss Green. HEX triplet: A1, DC and A3. RGB value is (161,220,163). Sum of RGB (Red+Green+Blue) = 161+220+163=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 163 (64.06% from 255 or 29.96% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCA3 is #5E235C. Grayscale: #C4C4C4. Windows color (decimal): -6169437 or 10738849. OLE color: 10738849.

HSL color Cylindrical-coordinate representation of color #A1DCA3: hue angle of 122.03º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCA3 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB161220163-
CMYK0.2700.260.14
HSL122.03º45.74%74.71%-
HSV(B)122.03º26.82%86.27%-
XYZ46.961.4144.03-
YUV195.86109.45103.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.60%
GREEN value IS 220 (86.33% from 255) = 40.44%
BLUE value IS 163 (64.06% from 255) = 29.96%
R=29.60%
G=40.44%
B=29.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201630.2700.260.14122.0345.7474.71
HexA1DCA31B01AE7a2e4b
Octal241334243330321617256113
Binary10100001110111001010001111011011010111011110101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCA3; }

 p { color: rgb(161,220,163); }

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

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

 a { background-color: rgb(161,220,163); }

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

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

 span { border-color: rgb(161,220,163); }

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