#AEDBAE

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

Shades of Moss Green #AEDBAE

Tints of Moss Green #AEDBAE

Color information

#AEDBAE (or 0xAEDBAE) is unknown color: approx Moss Green. HEX triplet: AE, DB and AE. RGB value is (174,219,174). Sum of RGB (Red+Green+Blue) = 174+219+174=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBAE is #512451. Grayscale: #C8C8C8. Windows color (decimal): -5317714 or 11459502. OLE color: 11459502.

HSL color Cylindrical-coordinate representation of color #AEDBAE: hue angle of 120º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBAE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB174219174-
CMYK0.2100.210.14
HSL120º38.46%77.06%-
HSV(B)120º20.55%85.88%-
XYZ50.4362.7249.49-
YUV200.42113.09109.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 219 (85.94% from 255) = 38.62%
BLUE value IS 174 (68.36% from 255) = 30.69%
R=30.69%
G=38.62%
B=30.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742191740.2100.210.1412038.4677.06
HexAEDBAE15015E78264d
Octal256333256250251617046115
Binary10101110110110111010111010101010101111011110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBAE; }

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

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

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

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

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

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

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

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