#AADAAC

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

Shades of Moss Green #AADAAC

Tints of Moss Green #AADAAC

Color information

#AADAAC (or 0xAADAAC) is unknown color: approx Moss Green. HEX triplet: AA, DA and AC. RGB value is (170,218,172). Sum of RGB (Red+Green+Blue) = 170+218+172=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 218 (85.55% from 255 or 38.93% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 218 - color contains mainly: green. Hex color #AADAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADAAC is #552553. Grayscale: #C6C6C6. Windows color (decimal): -5580116 or 11328170. OLE color: 11328170.

HSL color Cylindrical-coordinate representation of color #AADAAC: hue angle of 122.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AADAAC is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB170218172-
CMYK0.2200.210.15
HSL122.5º39.34%76.08%-
HSV(B)122.5º22.02%85.49%-
XYZ49.161.6748.35-
YUV198.4113.1107.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 218 (85.55% from 255) = 38.93%
BLUE value IS 172 (67.58% from 255) = 30.71%
R=30.36%
G=38.93%
B=30.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1702181720.2200.210.15122.539.3476.08
HexAADAAC16015F7a274c
Octal252332254260251717247114
Binary10101010110110101010110010110010101111111110101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AADAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AADAAC; }

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

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

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

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

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

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

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

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