Shades of Moss Green #B0F3A9
Tints of Moss Green #B0F3A9
RGB
CMYK
RGB Variations
Color information
#B0F3A9 (or 0xB0F3A9) is known color: Moss Green. HEX triplet: B0, F3 and A9. RGB value is (176,243,169). Sum of RGB (Red+Green+Blue) = 176+243+169=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 169 (66.41% from 255 or 28.74% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F3A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F3A9 is #4F0C56. Grayscale: #D6D6D6. Windows color (decimal): -5180503 or 11137968. OLE color: 11137968.
HSL color Cylindrical-coordinate representation of color #B0F3A9: hue angle of 114.32º degrees, saturation: 0.76, 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 #B0F3A9 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 243 | 169 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.05 |
| HSL | 114.32º | 0.76% | 0.81% | - |
| HSV(B) | 114.32º | 0.3% | 0.95% | - |
| XYZ | 57.12 | 76.2 | 49.23 | - |
| YUV | 214.53 | 102.3 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 243 | 169 | 0.28 | 0 | 0.30 | 0.05 | 114.32 | 0.76 | 0.81 |
| Hex | B0 | F3 | A9 | 1C | 0 | 1E | 5 | 72 | 4C | 51 |
| Octal | 260 | 363 | 251 | 34 | 0 | 36 | 5 | 162 | 114 | 121 |
| Binary | 10110000 | 11110011 | 10101001 | 11100 | 0 | 11110 | 101 | 1110010 | 1001100 | 1010001 |
Color Harmonies of #B0F3A9
Complementary color
Monochromatic Colors of #B0F3A9
Black with #B0F3A9
Text Example
Text Example
White with #B0F3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F3A9; }
p { color: rgb(176,243,169); }
H1.HeaderClassName
{
color: #B0F3A9;
}
.AnyTagClassName
{
color: #B0F3A9;
}
</style>
background-color css
<style>
a { background-color: #B0F3A9; }
a { background-color: rgb(176,243,169); }
div.DivClassName
{
background-color: #B0F3A9;
}
.BgClassName
{
background-color: #B0F3A9;
}
</style>
border-color css
<style>
span { border-color: #B0F3A9; }
span { border-color: rgb(176,243,169); }
td.TdClassName
{
border-color: #B0F3A9;
}
.TagClassName
{
border-color: #B0F3A9;
}
</style>