Shades of Mint Green #B0FEA0
Tints of Mint Green #B0FEA0
RGB
CMYK
RGB Variations
Color information
#B0FEA0 (or 0xB0FEA0) is known color: Mint Green. HEX triplet: B0, FE and A0. RGB value is (176,254,160). Sum of RGB (Red+Green+Blue) = 176+254+160=590 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.83% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FEA0 is #4F015F. Grayscale: #DCDCDC. Windows color (decimal): -5177696 or 10550960. OLE color: 10550960.
HSL color Cylindrical-coordinate representation of color #B0FEA0: hue angle of 109.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0FEA0 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 160 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.00 |
| HSL | 109.79º | 0.98% | 0.81% | - |
| HSV(B) | 109.79º | 0.37% | 1% | - |
| XYZ | 59.69 | 82.65 | 46.07 | - |
| YUV | 219.96 | 94.16 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 160 | 0.31 | 0 | 0.37 | 0.00 | 109.79 | 0.98 | 0.81 |
| Hex | B0 | FE | A0 | 1F | 0 | 25 | 0 | 6E | 62 | 51 |
| Octal | 260 | 376 | 240 | 37 | 0 | 45 | 0 | 156 | 142 | 121 |
| Binary | 10110000 | 11111110 | 10100000 | 11111 | 0 | 100101 | 0 | 1101110 | 1100010 | 1010001 |
Color Harmonies of #B0FEA0
Complementary color
Monochromatic Colors of #B0FEA0
Black with #B0FEA0
Text Example
Text Example
White with #B0FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEA0; }
p { color: rgb(176,254,160); }
H1.HeaderClassName
{
color: #B0FEA0;
}
.AnyTagClassName
{
color: #B0FEA0;
}
</style>
background-color css
<style>
a { background-color: #B0FEA0; }
a { background-color: rgb(176,254,160); }
div.DivClassName
{
background-color: #B0FEA0;
}
.BgClassName
{
background-color: #B0FEA0;
}
</style>
border-color css
<style>
span { border-color: #B0FEA0; }
span { border-color: rgb(176,254,160); }
td.TdClassName
{
border-color: #B0FEA0;
}
.TagClassName
{
border-color: #B0FEA0;
}
</style>