Shades of Mint Green #9BFF8D
Tints of Mint Green #9BFF8D
RGB
CMYK
RGB Variations
Color information
#9BFF8D (or 0x9BFF8D) is known color: Mint Green. HEX triplet: 9B, FF and 8D. RGB value is (155,255,141). Sum of RGB (Red+Green+Blue) = 155+255+141=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 141 (55.47% from 255 or 25.59% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF8D is #640072. Grayscale: #D4D4D4. Windows color (decimal): -6553715 or 9306011. OLE color: 9306011.
HSL color Cylindrical-coordinate representation of color #9BFF8D: hue angle of 112.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BFF8D is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 141 | - |
| CMYK | 0.39 | 0 | 0.45 | 0 |
| HSL | 112.63º | 1% | 0.78% | - |
| HSV(B) | 112.63º | 0.45% | 1% | - |
| XYZ | 54.09 | 80.41 | 37.87 | - |
| YUV | 212.1 | 87.87 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 141 | 0.39 | 0 | 0.45 | 0 | 112.63 | 1 | 0.78 |
| Hex | 9B | FF | 8D | 27 | 0 | 2D | 0 | 71 | 64 | 4E |
| Octal | 233 | 377 | 215 | 47 | 0 | 55 | 0 | 161 | 144 | 116 |
| Binary | 10011011 | 11111111 | 10001101 | 100111 | 0 | 101101 | 0 | 1110001 | 1100100 | 1001110 |
Color Harmonies of #9BFF8D
Complementary color
Monochromatic Colors of #9BFF8D
Black with #9BFF8D
Text Example
Text Example
White with #9BFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF8D; }
p { color: rgb(155,255,141); }
H1.HeaderClassName
{
color: #9BFF8D;
}
.AnyTagClassName
{
color: #9BFF8D;
}
</style>
background-color css
<style>
a { background-color: #9BFF8D; }
a { background-color: rgb(155,255,141); }
div.DivClassName
{
background-color: #9BFF8D;
}
.BgClassName
{
background-color: #9BFF8D;
}
</style>
border-color css
<style>
span { border-color: #9BFF8D; }
span { border-color: rgb(155,255,141); }
td.TdClassName
{
border-color: #9BFF8D;
}
.TagClassName
{
border-color: #9BFF8D;
}
</style>