#AAEFA8

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

Shades of Moss Green #AAEFA8

Tints of Moss Green #AAEFA8

Color information

#AAEFA8 (or 0xAAEFA8) is unknown color: approx Moss Green. HEX triplet: AA, EF and A8. RGB value is (170,239,168). Sum of RGB (Red+Green+Blue) = 170+239+168=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEFA8 is #551057. Grayscale: #D2D2D2. Windows color (decimal): -5574744 or 11071402. OLE color: 11071402.

HSL color Cylindrical-coordinate representation of color #AAEFA8: hue angle of 118.31º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEFA8 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB170239168-
CMYK0.2900.300.06
HSL118.31º68.93%79.8%-
HSV(B)118.31º29.71%93.73%-
XYZ54.5173.1148.28-
YUV210.27104.1499.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.46%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 168 (66.02% from 255) = 29.12%
R=29.46%
G=41.42%
B=29.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1702391680.2900.300.06118.3168.9379.8
HexAAEFA81D01E6764550
Octal252357250350366166105120
Binary10101010111011111010100011101011110110111011010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEFA8; }

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

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

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

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

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

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

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

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