#ADDFAC

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

Shades of Moss Green #ADDFAC

Tints of Moss Green #ADDFAC

Color information

#ADDFAC (or 0xADDFAC) is unknown color: approx Moss Green. HEX triplet: AD, DF and AC. RGB value is (173,223,172). Sum of RGB (Red+Green+Blue) = 173+223+172=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDFAC is #522053. Grayscale: #CACACA. Windows color (decimal): -5382228 or 11329453. OLE color: 11329453.

HSL color Cylindrical-coordinate representation of color #ADDFAC: hue angle of 118.82º 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 #ADDFAC is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB173223172-
CMYK0.2200.230.13
HSL118.82º44.35%77.45%-
HSV(B)118.82º22.87%87.45%-
XYZ51.0764.6448.81-
YUV202.24110.94107.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.46%
GREEN value IS 223 (87.5% from 255) = 39.26%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=30.46%
G=39.26%
B=30.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732231720.2200.230.13118.8244.3577.45
HexADDFAC16017D772c4d
Octal255337254260271516754115
Binary10101101110111111010110010110010111110111101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFAC; }

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

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

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

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

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

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

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

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