#AFD7AC

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

Shades of Moss Green #AFD7AC

Tints of Moss Green #AFD7AC

Color information

#AFD7AC (or 0xAFD7AC) is unknown color: approx Moss Green. HEX triplet: AF, D7 and AC. RGB value is (175,215,172). Sum of RGB (Red+Green+Blue) = 175+215+172=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD7AC is #502853. Grayscale: #C6C6C6. Windows color (decimal): -5253204 or 11327407. OLE color: 11327407.

HSL color Cylindrical-coordinate representation of color #AFD7AC: hue angle of 115.81º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFD7AC is Cyan = 0.19, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.16.

Color convert

RGB175215172-
CMYK0.1900.20.16
HSL115.81º34.96%75.88%-
HSV(B)115.81º20%84.31%-
XYZ49.4360.6948.14-
YUV198.14113.25111.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 215 (84.38% from 255) = 38.26%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=31.14%
G=38.26%
B=30.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151720.1900.20.16115.8134.9675.88
HexAFD7AC130141074234c
Octal257327254230242016443114
Binary101011111101011110101100100110101001000011101001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7AC; }

 p { color: rgb(175,215,172); }

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

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

 a { background-color: rgb(175,215,172); }

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

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

 span { border-color: rgb(175,215,172); }

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