#AFD8A8

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

Shades of Moss Green #AFD8A8

Tints of Moss Green #AFD8A8

Color information

#AFD8A8 (or 0xAFD8A8) is unknown color: approx Moss Green. HEX triplet: AF, D8 and A8. RGB value is (175,216,168). Sum of RGB (Red+Green+Blue) = 175+216+168=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD8A8 is #502757. Grayscale: #C6C6C6. Windows color (decimal): -5252952 or 11065519. OLE color: 11065519.

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

Color convert

RGB175216168-
CMYK0.1900.220.15
HSL111.25º38.1%75.29%-
HSV(B)111.25º22.22%84.71%-
XYZ49.361.0546.23-
YUV198.27110.92111.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=31.31%
G=38.64%
B=30.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1752161680.1900.220.15111.2538.175.29
HexAFD8A813016F6f264b
Octal257330250230261715746113
Binary10101111110110001010100010011010110111111011111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD8A8; }

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

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

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

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

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

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

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

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