#AEDCAD

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

Shades of Moss Green #AEDCAD

Tints of Moss Green #AEDCAD

Color information

#AEDCAD (or 0xAEDCAD) is unknown color: approx Moss Green. HEX triplet: AE, DC and AD. RGB value is (174,220,173). Sum of RGB (Red+Green+Blue) = 174+220+173=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDCAD is #512352. Grayscale: #C9C9C9. Windows color (decimal): -5317459 or 11394222. OLE color: 11394222.

HSL color Cylindrical-coordinate representation of color #AEDCAD: hue angle of 118.72º degrees, saturation: 0.4, 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 #AEDCAD is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB174220173-
CMYK0.2100.210.14
HSL118.72º40.17%77.06%-
HSV(B)118.72º21.36%86.27%-
XYZ50.5963.249.07-
YUV200.89112.26108.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=30.69%
G=38.80%
B=30.51%

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
Decimal1742201730.2100.210.14118.7240.1777.06
HexAEDCAD15015E77284d
Octal256334255250251616750115
Binary10101110110111001010110110101010101111011101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDCAD; }

 p { color: rgb(174,220,173); }

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

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

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

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

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

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

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