Shades of Moss Green #AFDBB0
Tints of Moss Green #AFDBB0
RGB
CMYK
RGB Variations
Color information
#AFDBB0 (or 0xAFDBB0) is known color: Moss Green. HEX triplet: AF, DB and B0. RGB value is (175,219,176). Sum of RGB (Red+Green+Blue) = 175+219+176=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDBB0 is #50244F. Grayscale: #C9C9C9. Windows color (decimal): -5252176 or 11590575. OLE color: 11590575.
HSL color Cylindrical-coordinate representation of color #AFDBB0: hue angle of 121.36º 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 #AFDBB0 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
RGB | 175 | 219 | 176 | - |
CMYK | 0.20 | 0 | 0.20 | 0.14 |
HSL | 121.36º | 0.38% | 0.77% | - |
HSV(B) | 121.36º | 0.2% | 0.86% | - |
XYZ | 50.85 | 62.91 | 50.54 | - |
YUV | 200.94 | 113.92 | 109.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 219 | 176 | 0.20 | 0 | 0.20 | 0.14 | 121.36 | 0.38 | 0.77 |
Hex | AF | DB | B0 | 14 | 0 | 14 | E | 79 | 26 | 4D |
Octal | 257 | 333 | 260 | 24 | 0 | 24 | 16 | 171 | 46 | 115 |
Binary | 10101111 | 11011011 | 10110000 | 10100 | 0 | 10100 | 1110 | 1111001 | 100110 | 1001101 |
Color Harmonies of #AFDBB0
Complementary color
Monochromatic Colors of #AFDBB0
Black with #AFDBB0
Text Example
Text Example
White with #AFDBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDBB0; }
p { color: rgb(175,219,176); }
H1.HeaderClassName
{
color: #AFDBB0;
}
.AnyTagClassName
{
color: #AFDBB0;
}
</style>
background-color css
<style>
a { background-color: #AFDBB0; }
a { background-color: rgb(175,219,176); }
div.DivClassName
{
background-color: #AFDBB0;
}
.BgClassName
{
background-color: #AFDBB0;
}
</style>
border-color css
<style>
span { border-color: #AFDBB0; }
span { border-color: rgb(175,219,176); }
td.TdClassName
{
border-color: #AFDBB0;
}
.TagClassName
{
border-color: #AFDBB0;
}
</style>