Shades of Mint Green #9BFF8E
Tints of Mint Green #9BFF8E
RGB
CMYK
RGB Variations
Color information
#9BFF8E (or 0x9BFF8E) is known color: Mint Green. HEX triplet: 9B, FF and 8E. RGB value is (155,255,142). Sum of RGB (Red+Green+Blue) = 155+255+142=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF8E is #640071. Grayscale: #D4D4D4. Windows color (decimal): -6553714 or 9371547. OLE color: 9371547.
HSL color Cylindrical-coordinate representation of color #9BFF8E: hue angle of 113.1º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BFF8E is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 142 | - |
| CMYK | 0.39 | 0 | 0.44 | 0 |
| HSL | 113.1º | 1% | 0.78% | - |
| HSV(B) | 113.1º | 0.44% | 1% | - |
| XYZ | 54.16 | 80.44 | 38.26 | - |
| YUV | 212.22 | 88.37 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 142 | 0.39 | 0 | 0.44 | 0 | 113.1 | 1 | 0.78 |
| Hex | 9B | FF | 8E | 27 | 0 | 2C | 0 | 71 | 64 | 4E |
| Octal | 233 | 377 | 216 | 47 | 0 | 54 | 0 | 161 | 144 | 116 |
| Binary | 10011011 | 11111111 | 10001110 | 100111 | 0 | 101100 | 0 | 1110001 | 1100100 | 1001110 |
Color Harmonies of #9BFF8E
Complementary color
Monochromatic Colors of #9BFF8E
Black with #9BFF8E
Text Example
Text Example
White with #9BFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF8E; }
p { color: rgb(155,255,142); }
H1.HeaderClassName
{
color: #9BFF8E;
}
.AnyTagClassName
{
color: #9BFF8E;
}
</style>
background-color css
<style>
a { background-color: #9BFF8E; }
a { background-color: rgb(155,255,142); }
div.DivClassName
{
background-color: #9BFF8E;
}
.BgClassName
{
background-color: #9BFF8E;
}
</style>
border-color css
<style>
span { border-color: #9BFF8E; }
span { border-color: rgb(155,255,142); }
td.TdClassName
{
border-color: #9BFF8E;
}
.TagClassName
{
border-color: #9BFF8E;
}
</style>