Shades of Moss Green #AFDAB0
Tints of Moss Green #AFDAB0
RGB
CMYK
RGB Variations
Color information
#AFDAB0 (or 0xAFDAB0) is known color: Moss Green. HEX triplet: AF, DA and B0. RGB value is (175,218,176). Sum of RGB (Red+Green+Blue) = 175+218+176=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 176 (69.14% from 255 or 30.93% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDAB0 is #50254F. Grayscale: #C8C8C8. Windows color (decimal): -5252432 or 11590319. OLE color: 11590319.
HSL color Cylindrical-coordinate representation of color #AFDAB0: hue angle of 121.4º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFDAB0 is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 176 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.15 |
| HSL | 121.4º | 0.37% | 0.77% | - |
| HSV(B) | 121.4º | 0.2% | 0.85% | - |
| XYZ | 50.59 | 62.39 | 50.45 | - |
| YUV | 200.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 176 | 0.20 | 0 | 0.19 | 0.15 | 121.4 | 0.37 | 0.77 |
| Hex | AF | DA | B0 | 14 | 0 | 13 | F | 79 | 25 | 4D |
| Octal | 257 | 332 | 260 | 24 | 0 | 23 | 17 | 171 | 45 | 115 |
| Binary | 10101111 | 11011010 | 10110000 | 10100 | 0 | 10011 | 1111 | 1111001 | 100101 | 1001101 |
Color Harmonies of #AFDAB0
Complementary color
Monochromatic Colors of #AFDAB0
Black with #AFDAB0
Text Example
Text Example
White with #AFDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDAB0; }
p { color: rgb(175,218,176); }
H1.HeaderClassName
{
color: #AFDAB0;
}
.AnyTagClassName
{
color: #AFDAB0;
}
</style>
background-color css
<style>
a { background-color: #AFDAB0; }
a { background-color: rgb(175,218,176); }
div.DivClassName
{
background-color: #AFDAB0;
}
.BgClassName
{
background-color: #AFDAB0;
}
</style>
border-color css
<style>
span { border-color: #AFDAB0; }
span { border-color: rgb(175,218,176); }
td.TdClassName
{
border-color: #AFDAB0;
}
.TagClassName
{
border-color: #AFDAB0;
}
</style>