Shades of Mint Green #B0FF9E
Tints of Mint Green #B0FF9E
RGB
CMYK
RGB Variations
Color information
#B0FF9E (or 0xB0FF9E) is known color: Mint Green. HEX triplet: B0, FF and 9E. RGB value is (176,255,158). Sum of RGB (Red+Green+Blue) = 176+255+158=589 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.88% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF9E is #4F0061. Grayscale: #DCDCDC. Windows color (decimal): -5177442 or 10420144. OLE color: 10420144.
HSL color Cylindrical-coordinate representation of color #B0FF9E: hue angle of 108.87º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0FF9E is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 158 | - |
| CMYK | 0.31 | 0 | 0.38 | 0 |
| HSL | 108.87º | 1% | 0.81% | - |
| HSV(B) | 108.87º | 0.38% | 1% | - |
| XYZ | 59.84 | 83.22 | 45.26 | - |
| YUV | 220.32 | 92.83 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 158 | 0.31 | 0 | 0.38 | 0 | 108.87 | 1 | 0.81 |
| Hex | B0 | FF | 9E | 1F | 0 | 26 | 0 | 6D | 64 | 51 |
| Octal | 260 | 377 | 236 | 37 | 0 | 46 | 0 | 155 | 144 | 121 |
| Binary | 10110000 | 11111111 | 10011110 | 11111 | 0 | 100110 | 0 | 1101101 | 1100100 | 1010001 |
Color Harmonies of #B0FF9E
Complementary color
Monochromatic Colors of #B0FF9E
Black with #B0FF9E
Text Example
Text Example
White with #B0FF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF9E; }
p { color: rgb(176,255,158); }
H1.HeaderClassName
{
color: #B0FF9E;
}
.AnyTagClassName
{
color: #B0FF9E;
}
</style>
background-color css
<style>
a { background-color: #B0FF9E; }
a { background-color: rgb(176,255,158); }
div.DivClassName
{
background-color: #B0FF9E;
}
.BgClassName
{
background-color: #B0FF9E;
}
</style>
border-color css
<style>
span { border-color: #B0FF9E; }
span { border-color: rgb(176,255,158); }
td.TdClassName
{
border-color: #B0FF9E;
}
.TagClassName
{
border-color: #B0FF9E;
}
</style>