Shades of Moss Green #B0F2AB
Tints of Moss Green #B0F2AB
RGB
CMYK
RGB Variations
Color information
#B0F2AB (or 0xB0F2AB) is known color: Moss Green. HEX triplet: B0, F2 and AB. RGB value is (176,242,171). Sum of RGB (Red+Green+Blue) = 176+242+171=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F2AB is #4F0D54. Grayscale: #D6D6D6. Windows color (decimal): -5180757 or 11268784. OLE color: 11268784.
HSL color Cylindrical-coordinate representation of color #B0F2AB: hue angle of 115.77º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F2AB is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 171 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.05 |
| HSL | 115.77º | 0.73% | 0.81% | - |
| HSV(B) | 115.77º | 0.29% | 0.95% | - |
| XYZ | 57.01 | 75.67 | 50.13 | - |
| YUV | 214.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 171 | 0.27 | 0 | 0.29 | 0.05 | 115.77 | 0.73 | 0.81 |
| Hex | B0 | F2 | AB | 1B | 0 | 1D | 5 | 74 | 49 | 51 |
| Octal | 260 | 362 | 253 | 33 | 0 | 35 | 5 | 164 | 111 | 121 |
| Binary | 10110000 | 11110010 | 10101011 | 11011 | 0 | 11101 | 101 | 1110100 | 1001001 | 1010001 |
Color Harmonies of #B0F2AB
Complementary color
Monochromatic Colors of #B0F2AB
Black with #B0F2AB
Text Example
Text Example
White with #B0F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F2AB; }
p { color: rgb(176,242,171); }
H1.HeaderClassName
{
color: #B0F2AB;
}
.AnyTagClassName
{
color: #B0F2AB;
}
</style>
background-color css
<style>
a { background-color: #B0F2AB; }
a { background-color: rgb(176,242,171); }
div.DivClassName
{
background-color: #B0F2AB;
}
.BgClassName
{
background-color: #B0F2AB;
}
</style>
border-color css
<style>
span { border-color: #B0F2AB; }
span { border-color: rgb(176,242,171); }
td.TdClassName
{
border-color: #B0F2AB;
}
.TagClassName
{
border-color: #B0F2AB;
}
</style>