#AAE0A8

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

Shades of Moss Green #AAE0A8

Tints of Moss Green #AAE0A8

Color information

#AAE0A8 (or 0xAAE0A8) is unknown color: approx Moss Green. HEX triplet: AA, E0 and A8. RGB value is (170,224,168). Sum of RGB (Red+Green+Blue) = 170+224+168=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 224 (87.89% from 255 or 39.86% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE0A8 is #551F57. Grayscale: #C9C9C9. Windows color (decimal): -5578584 or 11067562. OLE color: 11067562.

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

Color convert

RGB170224168-
CMYK0.2400.250.12
HSL117.86º47.46%76.86%-
HSV(B)117.86º25%87.84%-
XYZ50.364.6846.88-
YUV201.47109.11105.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 224 (87.89% from 255) = 39.86%
BLUE value IS 168 (66.02% from 255) = 29.89%
R=30.25%
G=39.86%
B=29.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1702241680.2400.250.12117.8647.4676.86
HexAAE0A818019C762f4d
Octal252340250300311416657115
Binary10101010111000001010100011000011001110011101101011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE0A8; }

 p { color: rgb(170,224,168); }

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

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

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

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

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

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

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