#AEDAAE

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

Shades of Moss Green #AEDAAE

Tints of Moss Green #AEDAAE

Color information

#AEDAAE (or 0xAEDAAE) is unknown color: approx Moss Green. HEX triplet: AE, DA and AE. RGB value is (174,218,174). Sum of RGB (Red+Green+Blue) = 174+218+174=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDAAE is #512551. Grayscale: #C7C7C7. Windows color (decimal): -5317970 or 11459246. OLE color: 11459246.

HSL color Cylindrical-coordinate representation of color #AEDAAE: hue angle of 120º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDAAE is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB174218174-
CMYK0.2000.200.15
HSL120º37.29%76.86%-
HSV(B)120º20.18%85.49%-
XYZ50.1762.249.41-
YUV199.83113.42109.58-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 218 (85.55% from 255) = 38.52%
BLUE value IS 174 (68.36% from 255) = 30.74%
R=30.74%
G=38.52%
B=30.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1742181740.2000.200.1512037.2976.86
HexAEDAAE14014F78254d
Octal256332256240241717045115
Binary10101110110110101010111010100010100111111110001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDAAE; }

 p { color: rgb(174,218,174); }

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

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

 a { background-color: rgb(174,218,174); }

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

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

 span { border-color: rgb(174,218,174); }

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