#AFDBAF

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

Shades of Moss Green #AFDBAF

Tints of Moss Green #AFDBAF

Color information

#AFDBAF (or 0xAFDBAF) is unknown color: approx Moss Green. HEX triplet: AF, DB and AF. RGB value is (175,219,175). Sum of RGB (Red+Green+Blue) = 175+219+175=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBAF is #502450. Grayscale: #C8C8C8. Windows color (decimal): -5252177 or 11525039. OLE color: 11525039.

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

Color convert

RGB175219175-
CMYK0.2000.200.14
HSL120º37.93%77.25%-
HSV(B)120º20.09%85.88%-
XYZ50.7562.8750.02-
YUV200.83113.42109.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=30.76%
G=38.49%
B=30.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191750.2000.200.1412037.9377.25
HexAFDBAF14014E78264d
Octal257333257240241617046115
Binary10101111110110111010111110100010100111011110001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDBAF; }

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

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

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

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

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

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

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

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