Shades of Mint Green #B0FE9A
Tints of Mint Green #B0FE9A
RGB
CMYK
RGB Variations
Color information
#B0FE9A (or 0xB0FE9A) is known color: Mint Green. HEX triplet: B0, FE and 9A. RGB value is (176,254,154). Sum of RGB (Red+Green+Blue) = 176+254+154=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FE9A is #4F0165. Grayscale: #DBDBDB. Windows color (decimal): -5177702 or 10157744. OLE color: 10157744.
HSL color Cylindrical-coordinate representation of color #B0FE9A: hue angle of 106.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0FE9A is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 154 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.00 |
| HSL | 106.8º | 0.98% | 0.8% | - |
| HSV(B) | 106.8º | 0.39% | 1% | - |
| XYZ | 59.18 | 82.45 | 43.37 | - |
| YUV | 219.28 | 91.16 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 154 | 0.31 | 0 | 0.39 | 0.00 | 106.8 | 0.98 | 0.8 |
| Hex | B0 | FE | 9A | 1F | 0 | 27 | 0 | 6B | 62 | 50 |
| Octal | 260 | 376 | 232 | 37 | 0 | 47 | 0 | 153 | 142 | 120 |
| Binary | 10110000 | 11111110 | 10011010 | 11111 | 0 | 100111 | 0 | 1101011 | 1100010 | 1010000 |
Color Harmonies of #B0FE9A
Complementary color
Monochromatic Colors of #B0FE9A
Black with #B0FE9A
Text Example
Text Example
White with #B0FE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE9A; }
p { color: rgb(176,254,154); }
H1.HeaderClassName
{
color: #B0FE9A;
}
.AnyTagClassName
{
color: #B0FE9A;
}
</style>
background-color css
<style>
a { background-color: #B0FE9A; }
a { background-color: rgb(176,254,154); }
div.DivClassName
{
background-color: #B0FE9A;
}
.BgClassName
{
background-color: #B0FE9A;
}
</style>
border-color css
<style>
span { border-color: #B0FE9A; }
span { border-color: rgb(176,254,154); }
td.TdClassName
{
border-color: #B0FE9A;
}
.TagClassName
{
border-color: #B0FE9A;
}
</style>