#AFD8AB

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

Shades of Moss Green #AFD8AB

Tints of Moss Green #AFD8AB

Color information

#AFD8AB (or 0xAFD8AB) is unknown color: approx Moss Green. HEX triplet: AF, D8 and AB. RGB value is (175,216,171). Sum of RGB (Red+Green+Blue) = 175+216+171=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 216 (84.77% from 255 or 38.43% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD8AB is #502754. Grayscale: #C6C6C6. Windows color (decimal): -5252949 or 11262127. OLE color: 11262127.

HSL color Cylindrical-coordinate representation of color #AFD8AB: hue angle of 114.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFD8AB is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB175216171-
CMYK0.1900.210.15
HSL114.67º36.59%75.88%-
HSV(B)114.67º20.83%84.71%-
XYZ49.5961.1747.72-
YUV198.61112.42111.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.14%
GREEN value IS 216 (84.77% from 255) = 38.43%
BLUE value IS 171 (67.19% from 255) = 30.43%
R=31.14%
G=38.43%
B=30.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161710.1900.210.15114.6736.5975.88
HexAFD8AB13015F73254c
Octal257330253230251716345114
Binary10101111110110001010101110011010101111111100111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8AB; }

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

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

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

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

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

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

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

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