#AFD9AD

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

Shades of Moss Green #AFD9AD

Tints of Moss Green #AFD9AD

Color information

#AFD9AD (or 0xAFD9AD) is unknown color: approx Moss Green. HEX triplet: AF, D9 and AD. RGB value is (175,217,173). Sum of RGB (Red+Green+Blue) = 175+217+173=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD9AD is #502652. Grayscale: #C7C7C7. Windows color (decimal): -5252691 or 11393455. OLE color: 11393455.

HSL color Cylindrical-coordinate representation of color #AFD9AD: hue angle of 117.27º degrees, saturation: 0.37, 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 #AFD9AD is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB175217173-
CMYK0.1900.200.15
HSL117.27º36.67%76.47%-
HSV(B)117.27º20.28%85.1%-
XYZ50.0361.7648.82-
YUV199.43113.09110.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.97%
GREEN value IS 217 (85.16% from 255) = 38.41%
BLUE value IS 173 (67.97% from 255) = 30.62%
R=30.97%
G=38.41%
B=30.62%

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
Decimal1752171730.1900.200.15117.2736.6776.47
HexAFD9AD13014F75254c
Octal257331255230241716545114
Binary10101111110110011010110110011010100111111101011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD9AD; }

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

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

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

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

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

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

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

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