#AEDEAE

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

Shades of Moss Green #AEDEAE

Tints of Moss Green #AEDEAE

Color information

#AEDEAE (or 0xAEDEAE) is unknown color: approx Moss Green. HEX triplet: AE, DE and AE. RGB value is (174,222,174). Sum of RGB (Red+Green+Blue) = 174+222+174=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 222 (87.11% from 255 or 38.95% from 570); Blue value is 174 (68.36% from 255 or 30.53% from 570); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDEAE is #512151. Grayscale: #CACACA. Windows color (decimal): -5316946 or 11460270. OLE color: 11460270.

HSL color Cylindrical-coordinate representation of color #AEDEAE: hue angle of 120º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDEAE is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB174222174-
CMYK0.2200.220.13
HSL120º42.11%77.65%-
HSV(B)120º21.62%87.06%-
XYZ51.2264.349.76-
YUV202.18112.1107.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.53%
GREEN value IS 222 (87.11% from 255) = 38.95%
BLUE value IS 174 (68.36% from 255) = 30.53%
R=30.53%
G=38.95%
B=30.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742221740.2200.220.1312042.1177.65
HexAEDEAE16016D782a4e
Octal256336256260261517052116
Binary10101110110111101010111010110010110110111110001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDEAE; }

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

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

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

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

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

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

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

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