#AFD8B1

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

Shades of Moss Green #AFD8B1

Tints of Moss Green #AFD8B1

Color information

#AFD8B1 (or 0xAFD8B1) is unknown color: approx Moss Green. HEX triplet: AF, D8 and B1. RGB value is (175,216,177). Sum of RGB (Red+Green+Blue) = 175+216+177=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD8B1 is #50274E. Grayscale: #C7C7C7. Windows color (decimal): -5252943 or 11655343. OLE color: 11655343.

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

Color convert

RGB175216177-
CMYK0.1900.180.15
HSL122.93º34.45%76.67%-
HSV(B)122.93º18.98%84.71%-
XYZ50.1761.450.8-
YUV199.3115.42110.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 216 (84.77% from 255) = 38.03%
BLUE value IS 177 (69.53% from 255) = 31.16%
R=30.81%
G=38.03%
B=31.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161770.1900.180.15122.9334.4576.67
HexAFD8B113012F7b224d
Octal257330261230221717342115
Binary10101111110110001011000110011010010111111110111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8B1; }

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

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

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

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

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

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

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

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