#AAEBA4

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

Shades of Moss Green #AAEBA4

Tints of Moss Green #AAEBA4

Color information

#AAEBA4 (or 0xAAEBA4) is unknown color: approx Moss Green. HEX triplet: AA, EB and A4. RGB value is (170,235,164). Sum of RGB (Red+Green+Blue) = 170+235+164=569 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.88% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 164 (64.45% from 255 or 28.82% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBA4 is #55145B. Grayscale: #CFCFCF. Windows color (decimal): -5575772 or 10808234. OLE color: 10808234.

HSL color Cylindrical-coordinate representation of color #AAEBA4: hue angle of 114.93º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAEBA4 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB170235164-
CMYK0.2800.300.08
HSL114.93º63.96%78.24%-
HSV(B)114.93º30.21%92.16%-
XYZ52.9970.6445.96-
YUV207.47103.47101.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.88%
GREEN value IS 235 (92.19% from 255) = 41.30%
BLUE value IS 164 (64.45% from 255) = 28.82%
R=29.88%
G=41.30%
B=28.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1702351640.2800.300.08114.9363.9678.24
HexAAEBA41C01E873404e
Octal2523532443403610163100116
Binary101010101110101110100100111000111101000111001110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBA4; }

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

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

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

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

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

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

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

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