#AFD7AB

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

Shades of Moss Green #AFD7AB

Tints of Moss Green #AFD7AB

Color information

#AFD7AB (or 0xAFD7AB) is unknown color: approx Moss Green. HEX triplet: AF, D7 and AB. RGB value is (175,215,171). Sum of RGB (Red+Green+Blue) = 175+215+171=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #AFD7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD7AB is #502854. Grayscale: #C6C6C6. Windows color (decimal): -5253205 or 11261871. OLE color: 11261871.

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

Color convert

RGB175215171-
CMYK0.1900.200.16
HSL114.55º35.48%75.69%-
HSV(B)114.55º20.47%84.31%-
XYZ49.3360.6647.64-
YUV198.02112.75111.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.19%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 171 (67.19% from 255) = 30.48%
R=31.19%
G=38.32%
B=30.48%

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
Decimal1752151710.1900.200.16114.5535.4875.69
HexAFD7AB130141073234c
Octal257327253230242016343114
Binary101011111101011110101011100110101001000011100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD7AB; }

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

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

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

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

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

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

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

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