#AAEAA1

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

Shades of Moss Green #AAEAA1

Tints of Moss Green #AAEAA1

Color information

#AAEAA1 (or 0xAAEAA1) is unknown color: approx Moss Green. HEX triplet: AA, EA and A1. RGB value is (170,234,161). Sum of RGB (Red+Green+Blue) = 170+234+161=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEAA1 is #55155E. Grayscale: #CECECE. Windows color (decimal): -5576031 or 10611370. OLE color: 10611370.

HSL color Cylindrical-coordinate representation of color #AAEAA1: hue angle of 112.6º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAEAA1 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB170234161-
CMYK0.2700.310.08
HSL112.6º63.48%77.45%-
HSV(B)112.6º31.2%91.76%-
XYZ52.4369.9644.46-
YUV206.54102.3101.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 234 (91.80% from 255) = 41.42%
BLUE value IS 161 (63.28% from 255) = 28.50%
R=30.09%
G=41.42%
B=28.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702341610.2700.310.08112.663.4877.45
HexAAEAA11B01F8713f4d
Octal252352241330371016177115
Binary10101010111010101010000111011011111100011100011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEAA1; }

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

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

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

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

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

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

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

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