#AAE5A4

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

Shades of Moss Green #AAE5A4

Tints of Moss Green #AAE5A4

Color information

#AAE5A4 (or 0xAAE5A4) is unknown color: approx Moss Green. HEX triplet: AA, E5 and A4. RGB value is (170,229,164). Sum of RGB (Red+Green+Blue) = 170+229+164=563 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.20% from 563); Green value is 229 (89.84% from 255 or 40.67% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE5A4 is #551A5B. Grayscale: #CCCCCC. Windows color (decimal): -5577308 or 10806698. OLE color: 10806698.

HSL color Cylindrical-coordinate representation of color #AAE5A4: hue angle of 114.46º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAE5A4 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.

Color convert

RGB170229164-
CMYK0.2600.280.10
HSL114.46º55.56%77.06%-
HSV(B)114.46º28.38%89.8%-
XYZ51.367.2745.4-
YUV203.95105.45103.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.20%
GREEN value IS 229 (89.84% from 255) = 40.67%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=30.20%
G=40.67%
B=29.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1702291640.2600.280.10114.4655.5677.06
HexAAE5A41A01CA72384d
Octal252345244320341216270115
Binary10101010111001011010010011010011100101011100101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE5A4; }

 p { color: rgb(170,229,164); }

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

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

 a { background-color: rgb(170,229,164); }

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

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

 span { border-color: rgb(170,229,164); }

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