#AAEDA7

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

Shades of Moss Green #AAEDA7

Tints of Moss Green #AAEDA7

Color information

#AAEDA7 (or 0xAAEDA7) is unknown color: approx Moss Green. HEX triplet: AA, ED and A7. RGB value is (170,237,167). Sum of RGB (Red+Green+Blue) = 170+237+167=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 237 (92.97% from 255 or 41.29% from 574); Blue value is 167 (65.62% from 255 or 29.09% from 574); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDA7 is #551258. Grayscale: #D1D1D1. Windows color (decimal): -5575257 or 11005354. OLE color: 11005354.

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

Color convert

RGB170237167-
CMYK0.2800.300.07
HSL117.43º66.04%79.22%-
HSV(B)117.43º29.54%92.94%-
XYZ53.8471.947.6-
YUV208.99104.3100.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 237 (92.97% from 255) = 41.29%
BLUE value IS 167 (65.62% from 255) = 29.09%
R=29.62%
G=41.29%
B=29.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1702371670.2800.300.07117.4366.0479.22
HexAAEDA71C01E775424f
Octal252355247340367165102117
Binary10101010111011011010011111100011110111111010110000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAEDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAEDA7; }

 p { color: rgb(170,237,167); }

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

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

 a { background-color: rgb(170,237,167); }

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

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

 span { border-color: rgb(170,237,167); }

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