Shades of Mint Green #9BFF93
Tints of Mint Green #9BFF93
RGB
CMYK
RGB Variations
Color information
#9BFF93 (or 0x9BFF93) is known color: Mint Green. HEX triplet: 9B, FF and 93. RGB value is (155,255,147). Sum of RGB (Red+Green+Blue) = 155+255+147=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF93 is #64006C. Grayscale: #D5D5D5. Windows color (decimal): -6553709 or 9699227. OLE color: 9699227.
HSL color Cylindrical-coordinate representation of color #9BFF93: hue angle of 115.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9BFF93 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 147 | - |
| CMYK | 0.39 | 0 | 0.42 | 0 |
| HSL | 115.56º | 1% | 0.79% | - |
| HSV(B) | 115.56º | 0.42% | 1% | - |
| XYZ | 54.54 | 80.6 | 40.29 | - |
| YUV | 212.79 | 90.87 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 147 | 0.39 | 0 | 0.42 | 0 | 115.56 | 1 | 0.79 |
| Hex | 9B | FF | 93 | 27 | 0 | 2A | 0 | 74 | 64 | 4F |
| Octal | 233 | 377 | 223 | 47 | 0 | 52 | 0 | 164 | 144 | 117 |
| Binary | 10011011 | 11111111 | 10010011 | 100111 | 0 | 101010 | 0 | 1110100 | 1100100 | 1001111 |
Color Harmonies of #9BFF93
Complementary color
Monochromatic Colors of #9BFF93
Black with #9BFF93
Text Example
Text Example
White with #9BFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF93; }
p { color: rgb(155,255,147); }
H1.HeaderClassName
{
color: #9BFF93;
}
.AnyTagClassName
{
color: #9BFF93;
}
</style>
background-color css
<style>
a { background-color: #9BFF93; }
a { background-color: rgb(155,255,147); }
div.DivClassName
{
background-color: #9BFF93;
}
.BgClassName
{
background-color: #9BFF93;
}
</style>
border-color css
<style>
span { border-color: #9BFF93; }
span { border-color: rgb(155,255,147); }
td.TdClassName
{
border-color: #9BFF93;
}
.TagClassName
{
border-color: #9BFF93;
}
</style>