#AAECA8

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

Shades of Moss Green #AAECA8

Tints of Moss Green #AAECA8

Color information

#AAECA8 (or 0xAAECA8) is unknown color: approx Moss Green. HEX triplet: AA, EC and A8. RGB value is (170,236,168). Sum of RGB (Red+Green+Blue) = 170+236+168=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAECA8 is #551357. Grayscale: #D0D0D0. Windows color (decimal): -5575512 or 11070634. OLE color: 11070634.

HSL color Cylindrical-coordinate representation of color #AAECA8: hue angle of 118.24º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAECA8 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB170236168-
CMYK0.2800.290.07
HSL118.24º64.15%79.22%-
HSV(B)118.24º28.81%92.55%-
XYZ53.6471.3647.99-
YUV208.51105.13100.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 236 (92.58% from 255) = 41.11%
BLUE value IS 168 (66.02% from 255) = 29.27%
R=29.62%
G=41.11%
B=29.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702361680.2800.290.07118.2464.1579.22
HexAAECA81C01D776404f
Octal252354250340357166100117
Binary10101010111011001010100011100011101111111011010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAECA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAECA8; }

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

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

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

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

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

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

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

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