#AFDFAD

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

Shades of Moss Green #AFDFAD

Tints of Moss Green #AFDFAD

Color information

#AFDFAD (or 0xAFDFAD) is unknown color: approx Moss Green. HEX triplet: AF, DF and AD. RGB value is (175,223,173). Sum of RGB (Red+Green+Blue) = 175+223+173=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDFAD is #502052. Grayscale: #CBCBCB. Windows color (decimal): -5251155 or 11394991. OLE color: 11394991.

HSL color Cylindrical-coordinate representation of color #AFDFAD: hue angle of 117.6º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFDFAD is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB175223173-
CMYK0.2200.220.13
HSL117.6º43.86%77.65%-
HSV(B)117.6º22.42%87.45%-
XYZ51.6164.9149.34-
YUV202.95111.1108.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=30.65%
G=39.05%
B=30.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752231730.2200.220.13117.643.8677.65
HexAFDFAD16016D762c4e
Octal257337255260261516654116
Binary10101111110111111010110110110010110110111101101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDFAD; }

 p { color: rgb(175,223,173); }

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

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

 a { background-color: rgb(175,223,173); }

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

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

 span { border-color: rgb(175,223,173); }

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