#AFDDB0

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

Shades of Moss Green #AFDDB0

Tints of Moss Green #AFDDB0

Color information

#AFDDB0 (or 0xAFDDB0) is unknown color: approx Moss Green. HEX triplet: AF, DD and B0. RGB value is (175,221,176). Sum of RGB (Red+Green+Blue) = 175+221+176=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 176 (69.14% from 255 or 30.77% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDDB0 is #50224F. Grayscale: #CACACA. Windows color (decimal): -5251664 or 11591087. OLE color: 11591087.

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

Color convert

RGB175221176-
CMYK0.2100.200.13
HSL121.3º40.35%77.65%-
HSV(B)121.3º20.81%86.67%-
XYZ51.3763.9650.71-
YUV202.12113.26108.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 221 (86.72% from 255) = 38.64%
BLUE value IS 176 (69.14% from 255) = 30.77%
R=30.59%
G=38.64%
B=30.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752211760.2100.200.13121.340.3577.65
HexAFDDB015014D79284e
Octal257335260250241517150116
Binary10101111110111011011000010101010100110111110011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDB0; }

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

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

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

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

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

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

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

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