Shades of Moss Green #AFDDB0
Tints of Moss Green #AFDDB0
RGB
CMYK
RGB Variations
Color information
#AFDDB0 (or 0xAFDDB0) is known color: 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
| RGB | 175 | 221 | 176 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.13 |
| HSL | 121.3º | 0.4% | 0.78% | - |
| HSV(B) | 121.3º | 0.21% | 0.87% | - |
| XYZ | 51.37 | 63.96 | 50.71 | - |
| YUV | 202.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 176 | 0.21 | 0 | 0.20 | 0.13 | 121.3 | 0.4 | 0.78 |
| Hex | AF | DD | B0 | 15 | 0 | 14 | D | 79 | 28 | 4E |
| Octal | 257 | 335 | 260 | 25 | 0 | 24 | 15 | 171 | 50 | 116 |
| Binary | 10101111 | 11011101 | 10110000 | 10101 | 0 | 10100 | 1101 | 1111001 | 101000 | 1001110 |
Color Harmonies of #AFDDB0
Complementary color
Monochromatic Colors of #AFDDB0
Black with #AFDDB0
Text Example
Text Example
White with #AFDDB0
Text Example
Text Example
HTML Codes & Css Web 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>