#AFDBA9

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

Shades of Moss Green #AFDBA9

Tints of Moss Green #AFDBA9

Color information

#AFDBA9 (or 0xAFDBA9) is unknown color: approx Moss Green. HEX triplet: AF, DB and A9. RGB value is (175,219,169). Sum of RGB (Red+Green+Blue) = 175+219+169=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 169 (66.41% from 255 or 30.02% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBA9 is #502456. Grayscale: #C8C8C8. Windows color (decimal): -5252183 or 11131823. OLE color: 11131823.

HSL color Cylindrical-coordinate representation of color #AFDBA9: hue angle of 112.8º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFDBA9 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB175219169-
CMYK0.2000.230.14
HSL112.8º40.98%76.08%-
HSV(B)112.8º22.83%85.88%-
XYZ50.1762.6446.98-
YUV200.14110.42110.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.08%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 169 (66.41% from 255) = 30.02%
R=31.08%
G=38.90%
B=30.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191690.2000.230.14112.840.9876.08
HexAFDBA914017E71294c
Octal257333251240271616151114
Binary10101111110110111010100110100010111111011100011010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBA9; }

 p { color: rgb(175,219,169); }

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

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

 a { background-color: rgb(175,219,169); }

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

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

 span { border-color: rgb(175,219,169); }

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