#AAEDA1

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

Shades of Moss Green #AAEDA1

Tints of Moss Green #AAEDA1

Color information

#AAEDA1 (or 0xAAEDA1) is unknown color: approx Moss Green. HEX triplet: AA, ED and A1. RGB value is (170,237,161). Sum of RGB (Red+Green+Blue) = 170+237+161=568 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.93% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA1 is #55125E. Grayscale: #D0D0D0. Windows color (decimal): -5575263 or 10612138. OLE color: 10612138.

HSL color Cylindrical-coordinate representation of color #AAEDA1: hue angle of 112.89º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAEDA1 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB170237161-
CMYK0.2800.320.07
HSL112.89º67.86%78.04%-
HSV(B)112.89º32.07%92.94%-
XYZ53.2971.6944.75-
YUV208.3101.3100.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.93%
GREEN value IS 237 (92.97% from 255) = 41.73%
BLUE value IS 161 (63.28% from 255) = 28.35%
R=29.93%
G=41.73%
B=28.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371610.2800.320.07112.8967.8678.04
HexAAEDA11C020771444e
Octal252355241340407161104116
Binary101010101110110110100001111000100000111111000110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDA1; }

 p { color: rgb(170,237,161); }

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

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

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

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

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

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

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