#AADEAC

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

Shades of Moss Green #AADEAC

Tints of Moss Green #AADEAC

Color information

#AADEAC (or 0xAADEAC) is unknown color: approx Moss Green. HEX triplet: AA, DE and AC. RGB value is (170,222,172). Sum of RGB (Red+Green+Blue) = 170+222+172=564 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.14% from 564); Green value is 222 (87.11% from 255 or 39.36% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADEAC is #552153. Grayscale: #C8C8C8. Windows color (decimal): -5579092 or 11329194. OLE color: 11329194.

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

Color convert

RGB170222172-
CMYK0.2300.230.13
HSL122.31º44.07%76.86%-
HSV(B)122.31º23.42%87.06%-
XYZ50.1563.7748.7-
YUV200.75111.77106.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.14%
GREEN value IS 222 (87.11% from 255) = 39.36%
BLUE value IS 172 (67.58% from 255) = 30.50%
R=30.14%
G=39.36%
B=30.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702221720.2300.230.13122.3144.0776.86
HexAADEAC17017D7a2c4d
Octal252336254270271517254115
Binary10101010110111101010110010111010111110111110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADEAC; }

 p { color: rgb(170,222,172); }

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

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

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

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

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

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

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