#ADDFAA

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

Shades of Moss Green #ADDFAA

Tints of Moss Green #ADDFAA

Color information

#ADDFAA (or 0xADDFAA) is unknown color: approx Moss Green. HEX triplet: AD, DF and AA. RGB value is (173,223,170). Sum of RGB (Red+Green+Blue) = 173+223+170=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFAA is #522055. Grayscale: #CACACA. Windows color (decimal): -5382230 or 11198381. OLE color: 11198381.

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

Color convert

RGB173223170-
CMYK0.2200.240.13
HSL116.6º45.3%77.06%-
HSV(B)116.6º23.77%87.45%-
XYZ50.8864.5647.81-
YUV202.01109.94107.31-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 223 (87.5% from 255) = 39.40%
BLUE value IS 170 (66.80% from 255) = 30.04%
R=30.57%
G=39.40%
B=30.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732231700.2200.240.13116.645.377.06
HexADDFAA16018D752d4d
Octal255337252260301516555115
Binary10101101110111111010101010110011000110111101011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFAA; }

 p { color: rgb(173,223,170); }

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

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

 a { background-color: rgb(173,223,170); }

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

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

 span { border-color: rgb(173,223,170); }

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