#AFD8AC

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

Shades of Moss Green #AFD8AC

Tints of Moss Green #AFD8AC

Color information

#AFD8AC (or 0xAFD8AC) is unknown color: approx Moss Green. HEX triplet: AF, D8 and AC. RGB value is (175,216,172). Sum of RGB (Red+Green+Blue) = 175+216+172=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD8AC is #502753. Grayscale: #C6C6C6. Windows color (decimal): -5252948 or 11327663. OLE color: 11327663.

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

Color convert

RGB175216172-
CMYK0.1900.200.15
HSL115.91º36.07%76.08%-
HSV(B)115.91º20.37%84.71%-
XYZ49.6861.248.22-
YUV198.72112.92111.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 216 (84.77% from 255) = 38.37%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=31.08%
G=38.37%
B=30.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161720.1900.200.15115.9136.0776.08
HexAFD8AC13014F74244c
Octal257330254230241716444114
Binary10101111110110001010110010011010100111111101001001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8AC; }

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

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

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

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

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

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

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

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