#AFDCB0

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

Shades of Moss Green #AFDCB0

Tints of Moss Green #AFDCB0

Color information

#AFDCB0 (or 0xAFDCB0) is unknown color: approx Moss Green. HEX triplet: AF, DC and B0. RGB value is (175,220,176). Sum of RGB (Red+Green+Blue) = 175+220+176=571 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.65% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDCB0 is #50234F. Grayscale: #C9C9C9. Windows color (decimal): -5251920 or 11590831. OLE color: 11590831.

HSL color Cylindrical-coordinate representation of color #AFDCB0: hue angle of 121.33º degrees, saturation: 0.39, 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 #AFDCB0 is Cyan = 0.20, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB175220176-
CMYK0.2000.20.14
HSL121.33º39.13%77.45%-
HSV(B)121.33º20.45%86.27%-
XYZ51.1163.4350.62-
YUV201.53113.59109.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.65%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 176 (69.14% from 255) = 30.82%
R=30.65%
G=38.53%
B=30.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752201760.2000.20.14121.3339.1377.45
HexAFDCB014014E79274d
Octal257334260240241617147115
Binary10101111110111001011000010100010100111011110011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDCB0; }

 p { color: rgb(175,220,176); }

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

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

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

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

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

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

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