Shades of Moss Green #B0F2AA
Tints of Moss Green #B0F2AA
RGB
CMYK
RGB Variations
Color information
#B0F2AA (or 0xB0F2AA) is known color: Moss Green. HEX triplet: B0, F2 and AA. RGB value is (176,242,170). Sum of RGB (Red+Green+Blue) = 176+242+170=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 242 (94.92% from 255 or 41.16% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F2AA is #4F0D55. Grayscale: #D6D6D6. Windows color (decimal): -5180758 or 11203248. OLE color: 11203248.
HSL color Cylindrical-coordinate representation of color #B0F2AA: hue angle of 115º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0F2AA is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 170 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.05 |
| HSL | 115º | 0.73% | 0.81% | - |
| HSV(B) | 115º | 0.3% | 0.95% | - |
| XYZ | 56.91 | 75.64 | 49.63 | - |
| YUV | 214.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 170 | 0.27 | 0 | 0.30 | 0.05 | 115 | 0.73 | 0.81 |
| Hex | B0 | F2 | AA | 1B | 0 | 1E | 5 | 73 | 49 | 51 |
| Octal | 260 | 362 | 252 | 33 | 0 | 36 | 5 | 163 | 111 | 121 |
| Binary | 10110000 | 11110010 | 10101010 | 11011 | 0 | 11110 | 101 | 1110011 | 1001001 | 1010001 |
Color Harmonies of #B0F2AA
Complementary color
Monochromatic Colors of #B0F2AA
Black with #B0F2AA
Text Example
Text Example
White with #B0F2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F2AA; }
p { color: rgb(176,242,170); }
H1.HeaderClassName
{
color: #B0F2AA;
}
.AnyTagClassName
{
color: #B0F2AA;
}
</style>
background-color css
<style>
a { background-color: #B0F2AA; }
a { background-color: rgb(176,242,170); }
div.DivClassName
{
background-color: #B0F2AA;
}
.BgClassName
{
background-color: #B0F2AA;
}
</style>
border-color css
<style>
span { border-color: #B0F2AA; }
span { border-color: rgb(176,242,170); }
td.TdClassName
{
border-color: #B0F2AA;
}
.TagClassName
{
border-color: #B0F2AA;
}
</style>