#AAE1A4

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

Shades of Moss Green #AAE1A4

Tints of Moss Green #AAE1A4

Color information

#AAE1A4 (or 0xAAE1A4) is unknown color: approx Moss Green. HEX triplet: AA, E1 and A4. RGB value is (170,225,164). Sum of RGB (Red+Green+Blue) = 170+225+164=559 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.41% from 559); Green value is 225 (88.28% from 255 or 40.25% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE1A4 is #551E5B. Grayscale: #C9C9C9. Windows color (decimal): -5578332 or 10805674. OLE color: 10805674.

HSL color Cylindrical-coordinate representation of color #AAE1A4: hue angle of 114.1º 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 #AAE1A4 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB170225164-
CMYK0.2400.270.12
HSL114.1º50.41%76.27%-
HSV(B)114.1º27.11%88.24%-
XYZ50.265.0845.04-
YUV201.6106.78105.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.41%
GREEN value IS 225 (88.28% from 255) = 40.25%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=30.41%
G=40.25%
B=29.34%

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
Decimal1702251640.2400.270.12114.150.4176.27
HexAAE1A41801BC72324c
Octal252341244300331416262114
Binary10101010111000011010010011000011011110011100101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE1A4; }

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

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

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

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

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

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

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

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