Shades of Moss Green #B0F5AA
Tints of Moss Green #B0F5AA
RGB
CMYK
RGB Variations
Color information
#B0F5AA (or 0xB0F5AA) is known color: Moss Green. HEX triplet: B0, F5 and AA. RGB value is (176,245,170). Sum of RGB (Red+Green+Blue) = 176+245+170=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 245 (96.09% from 255 or 41.46% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F5AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F5AA is #4F0A55. Grayscale: #D8D8D8. Windows color (decimal): -5179990 or 11204016. OLE color: 11204016.
HSL color Cylindrical-coordinate representation of color #B0F5AA: hue angle of 115.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0F5AA is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 245 | 170 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.04 |
| HSL | 115.2º | 0.79% | 0.81% | - |
| HSV(B) | 115.2º | 0.31% | 0.96% | - |
| XYZ | 57.81 | 77.44 | 49.93 | - |
| YUV | 215.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 170 | 0.28 | 0 | 0.31 | 0.04 | 115.2 | 0.79 | 0.81 |
| Hex | B0 | F5 | AA | 1C | 0 | 1F | 4 | 73 | 4F | 51 |
| Octal | 260 | 365 | 252 | 34 | 0 | 37 | 4 | 163 | 117 | 121 |
| Binary | 10110000 | 11110101 | 10101010 | 11100 | 0 | 11111 | 100 | 1110011 | 1001111 | 1010001 |
Color Harmonies of #B0F5AA
Complementary color
Monochromatic Colors of #B0F5AA
Black with #B0F5AA
Text Example
Text Example
White with #B0F5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F5AA; }
p { color: rgb(176,245,170); }
H1.HeaderClassName
{
color: #B0F5AA;
}
.AnyTagClassName
{
color: #B0F5AA;
}
</style>
background-color css
<style>
a { background-color: #B0F5AA; }
a { background-color: rgb(176,245,170); }
div.DivClassName
{
background-color: #B0F5AA;
}
.BgClassName
{
background-color: #B0F5AA;
}
</style>
border-color css
<style>
span { border-color: #B0F5AA; }
span { border-color: rgb(176,245,170); }
td.TdClassName
{
border-color: #B0F5AA;
}
.TagClassName
{
border-color: #B0F5AA;
}
</style>