#AAE1A5

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

Shades of Moss Green #AAE1A5

Tints of Moss Green #AAE1A5

Color information

#AAE1A5 (or 0xAAE1A5) is unknown color: approx Moss Green. HEX triplet: AA, E1 and A5. RGB value is (170,225,165). Sum of RGB (Red+Green+Blue) = 170+225+165=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1A5 is #551E5A. Grayscale: #C9C9C9. Windows color (decimal): -5578331 or 10871210. OLE color: 10871210.

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

Color convert

RGB170225165-
CMYK0.2400.270.12
HSL115º50%76.47%-
HSV(B)115º26.67%88.24%-
XYZ50.2965.1145.51-
YUV201.71107.28105.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 225 (88.28% from 255) = 40.18%
BLUE value IS 165 (64.84% from 255) = 29.46%
R=30.36%
G=40.18%
B=29.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702251650.2400.270.121155076.47
HexAAE1A51801BC73324c
Octal252341245300331416362114
Binary10101010111000011010010111000011011110011100111100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1A5; }

 p { color: rgb(170,225,165); }

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

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

 a { background-color: rgb(170,225,165); }

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

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

 span { border-color: rgb(170,225,165); }

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