#a1e0a1

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

Shades of Moss Green #A1E0A1

Tints of Moss Green #A1E0A1

Color information

#A1E0A1 (or 0xA1E0A1) is unknown color: approx Moss Green. HEX triplet: A1, E0 and A1. RGB value is (161,224,161). Sum of RGB (Red+Green+Blue) = 161+224+161=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 224 (87.89% from 255 or 41.03% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E0A1 is #5E1F5E. Grayscale: #C6C6C6. Windows color (decimal): -6168415 or 10608801. OLE color: 10608801.

HSL color Cylindrical-coordinate representation of color #A1E0A1: hue angle of 120º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E0A1 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB161224161-
CMYK0.2800.280.12
HSL120º50.4%75.49%-
HSV(B)120º28.12%87.84%-
XYZ47.7963.4643.45-
YUV197.98107.13101.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.49%
GREEN value IS 224 (87.89% from 255) = 41.03%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=29.49%
G=41.03%
B=29.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612241610.2800.280.1212050.475.49
HexA1E0A11C01CC78324b
Octal241340241340341417062113
Binary10100001111000001010000111100011100110011110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1e0a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1e0a1; }

 p { color: rgb(161,224,161); }

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

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

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

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

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

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

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