Shades of Moss Green #B0F1AD
Tints of Moss Green #B0F1AD
RGB
CMYK
RGB Variations
Color information
#B0F1AD (or 0xB0F1AD) is known color: Moss Green. HEX triplet: B0, F1 and AD. RGB value is (176,241,173). Sum of RGB (Red+Green+Blue) = 176+241+173=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F1AD is #4F0E52. Grayscale: #D6D6D6. Windows color (decimal): -5181011 or 11399600. OLE color: 11399600.
HSL color Cylindrical-coordinate representation of color #B0F1AD: hue angle of 117.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0F1AD is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 173 | - |
| CMYK | 0.27 | 0 | 0.28 | 0.05 |
| HSL | 117.35º | 0.71% | 0.81% | - |
| HSV(B) | 117.35º | 0.28% | 0.95% | - |
| XYZ | 56.9 | 75.16 | 51.04 | - |
| YUV | 213.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 173 | 0.27 | 0 | 0.28 | 0.05 | 117.35 | 0.71 | 0.81 |
| Hex | B0 | F1 | AD | 1B | 0 | 1C | 5 | 75 | 47 | 51 |
| Octal | 260 | 361 | 255 | 33 | 0 | 34 | 5 | 165 | 107 | 121 |
| Binary | 10110000 | 11110001 | 10101101 | 11011 | 0 | 11100 | 101 | 1110101 | 1000111 | 1010001 |
Color Harmonies of #B0F1AD
Complementary color
Monochromatic Colors of #B0F1AD
Black with #B0F1AD
Text Example
Text Example
White with #B0F1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F1AD; }
p { color: rgb(176,241,173); }
H1.HeaderClassName
{
color: #B0F1AD;
}
.AnyTagClassName
{
color: #B0F1AD;
}
</style>
background-color css
<style>
a { background-color: #B0F1AD; }
a { background-color: rgb(176,241,173); }
div.DivClassName
{
background-color: #B0F1AD;
}
.BgClassName
{
background-color: #B0F1AD;
}
</style>
border-color css
<style>
span { border-color: #B0F1AD; }
span { border-color: rgb(176,241,173); }
td.TdClassName
{
border-color: #B0F1AD;
}
.TagClassName
{
border-color: #B0F1AD;
}
</style>