Shades of Moss Green #B0F0AB
Tints of Moss Green #B0F0AB
RGB
CMYK
RGB Variations
Color information
#B0F0AB (or 0xB0F0AB) is known color: Moss Green. HEX triplet: B0, F0 and AB. RGB value is (176,240,171). Sum of RGB (Red+Green+Blue) = 176+240+171=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F0AB is #4F0F54. Grayscale: #D5D5D5. Windows color (decimal): -5181269 or 11268272. OLE color: 11268272.
HSL color Cylindrical-coordinate representation of color #B0F0AB: hue angle of 115.65º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F0AB is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 171 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.06 |
| HSL | 115.65º | 0.7% | 0.81% | - |
| HSV(B) | 115.65º | 0.29% | 0.94% | - |
| XYZ | 56.42 | 74.49 | 49.93 | - |
| YUV | 213 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 171 | 0.27 | 0 | 0.29 | 0.06 | 115.65 | 0.7 | 0.81 |
| Hex | B0 | F0 | AB | 1B | 0 | 1D | 6 | 74 | 46 | 51 |
| Octal | 260 | 360 | 253 | 33 | 0 | 35 | 6 | 164 | 106 | 121 |
| Binary | 10110000 | 11110000 | 10101011 | 11011 | 0 | 11101 | 110 | 1110100 | 1000110 | 1010001 |
Color Harmonies of #B0F0AB
Complementary color
Monochromatic Colors of #B0F0AB
Black with #B0F0AB
Text Example
Text Example
White with #B0F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0AB; }
p { color: rgb(176,240,171); }
H1.HeaderClassName
{
color: #B0F0AB;
}
.AnyTagClassName
{
color: #B0F0AB;
}
</style>
background-color css
<style>
a { background-color: #B0F0AB; }
a { background-color: rgb(176,240,171); }
div.DivClassName
{
background-color: #B0F0AB;
}
.BgClassName
{
background-color: #B0F0AB;
}
</style>
border-color css
<style>
span { border-color: #B0F0AB; }
span { border-color: rgb(176,240,171); }
td.TdClassName
{
border-color: #B0F0AB;
}
.TagClassName
{
border-color: #B0F0AB;
}
</style>