#AFD6B0

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

Shades of Moss Green #AFD6B0

Tints of Moss Green #AFD6B0

Color information

#AFD6B0 (or 0xAFD6B0) is unknown color: approx Moss Green. HEX triplet: AF, D6 and B0. RGB value is (175,214,176). Sum of RGB (Red+Green+Blue) = 175+214+176=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD6B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD6B0 is #50294F. Grayscale: #C6C6C6. Windows color (decimal): -5253456 or 11589295. OLE color: 11589295.

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

Color convert

RGB175214176-
CMYK0.1800.180.16
HSL121.54º32.23%76.27%-
HSV(B)121.54º18.22%83.92%-
XYZ49.5660.3450.11-
YUV198.01115.58111.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 214 (83.98% from 255) = 37.88%
BLUE value IS 176 (69.14% from 255) = 31.15%
R=30.97%
G=37.88%
B=31.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1752141760.1800.180.16121.5432.2376.27
HexAFD6B012012107a204c
Octal257326260220222017240114
Binary101011111101011010110000100100100101000011110101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD6B0; }

 p { color: rgb(175,214,176); }

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

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

 a { background-color: rgb(175,214,176); }

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

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

 span { border-color: rgb(175,214,176); }

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