#AFD7AD

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

Shades of Moss Green #AFD7AD

Tints of Moss Green #AFD7AD

Color information

#AFD7AD (or 0xAFD7AD) is unknown color: approx Moss Green. HEX triplet: AF, D7 and AD. RGB value is (175,215,173). Sum of RGB (Red+Green+Blue) = 175+215+173=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD7AD is #502852. Grayscale: #C6C6C6. Windows color (decimal): -5253203 or 11392943. OLE color: 11392943.

HSL color Cylindrical-coordinate representation of color #AFD7AD: hue angle of 117.14º degrees, saturation: 0.34, 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 #AFD7AD is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB175215173-
CMYK0.1900.200.16
HSL117.14º34.43%76.08%-
HSV(B)117.14º19.53%84.31%-
XYZ49.5260.7348.65-
YUV198.25113.75111.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 215 (84.38% from 255) = 38.19%
BLUE value IS 173 (67.97% from 255) = 30.73%
R=31.08%
G=38.19%
B=30.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752151730.1900.200.16117.1434.4376.08
HexAFD7AD130141075224c
Octal257327255230242016542114
Binary101011111101011110101101100110101001000011101011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7AD; }

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

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

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

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

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

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

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

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