Shades of Mint Green #B0FF9C
Tints of Mint Green #B0FF9C
RGB
CMYK
RGB Variations
Color information
#B0FF9C (or 0xB0FF9C) is known color: Mint Green. HEX triplet: B0, FF and 9C. RGB value is (176,255,156). Sum of RGB (Red+Green+Blue) = 176+255+156=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 156 (61.33% from 255 or 26.58% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF9C is #4F0063. Grayscale: #DCDCDC. Windows color (decimal): -5177444 or 10289072. OLE color: 10289072.
HSL color Cylindrical-coordinate representation of color #B0FF9C: hue angle of 107.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0FF9C is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 156 | - |
| CMYK | 0.31 | 0 | 0.39 | 0 |
| HSL | 107.88º | 1% | 0.81% | - |
| HSV(B) | 107.88º | 0.39% | 1% | - |
| XYZ | 59.67 | 83.15 | 44.36 | - |
| YUV | 220.09 | 91.83 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 156 | 0.31 | 0 | 0.39 | 0 | 107.88 | 1 | 0.81 |
| Hex | B0 | FF | 9C | 1F | 0 | 27 | 0 | 6C | 64 | 51 |
| Octal | 260 | 377 | 234 | 37 | 0 | 47 | 0 | 154 | 144 | 121 |
| Binary | 10110000 | 11111111 | 10011100 | 11111 | 0 | 100111 | 0 | 1101100 | 1100100 | 1010001 |
Color Harmonies of #B0FF9C
Complementary color
Monochromatic Colors of #B0FF9C
Black with #B0FF9C
Text Example
Text Example
White with #B0FF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF9C; }
p { color: rgb(176,255,156); }
H1.HeaderClassName
{
color: #B0FF9C;
}
.AnyTagClassName
{
color: #B0FF9C;
}
</style>
background-color css
<style>
a { background-color: #B0FF9C; }
a { background-color: rgb(176,255,156); }
div.DivClassName
{
background-color: #B0FF9C;
}
.BgClassName
{
background-color: #B0FF9C;
}
</style>
border-color css
<style>
span { border-color: #B0FF9C; }
span { border-color: rgb(176,255,156); }
td.TdClassName
{
border-color: #B0FF9C;
}
.TagClassName
{
border-color: #B0FF9C;
}
</style>