#AAEBA5

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

Shades of Moss Green #AAEBA5

Tints of Moss Green #AAEBA5

Color information

#AAEBA5 (or 0xAAEBA5) is unknown color: approx Moss Green. HEX triplet: AA, EB and A5. RGB value is (170,235,165). Sum of RGB (Red+Green+Blue) = 170+235+165=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEBA5 is #55145A. Grayscale: #CFCFCF. Windows color (decimal): -5575771 or 10873770. OLE color: 10873770.

HSL color Cylindrical-coordinate representation of color #AAEBA5: hue angle of 115.71º 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 #AAEBA5 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB170235165-
CMYK0.2800.300.08
HSL115.71º63.64%78.43%-
HSV(B)115.71º29.79%92.16%-
XYZ53.0870.6846.44-
YUV207.58103.97101.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 165 (64.84% from 255) = 28.95%
R=29.82%
G=41.23%
B=28.95%

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
Decimal1702351650.2800.300.08115.7163.6478.43
HexAAEBA51C01E874404e
Octal2523532453403610164100116
Binary101010101110101110100101111000111101000111010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEBA5; }

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

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

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

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

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

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

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

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