Shades of Mint Green #9BFF94
Tints of Mint Green #9BFF94
RGB
CMYK
RGB Variations
Color information
#9BFF94 (or 0x9BFF94) is known color: Mint Green. HEX triplet: 9B, FF and 94. RGB value is (155,255,148). Sum of RGB (Red+Green+Blue) = 155+255+148=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF94 is #64006B. Grayscale: #D5D5D5. Windows color (decimal): -6553708 or 9764763. OLE color: 9764763.
HSL color Cylindrical-coordinate representation of color #9BFF94: hue angle of 116.07º 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 #9BFF94 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 148 | - |
| CMYK | 0.39 | 0 | 0.42 | 0 |
| HSL | 116.07º | 1% | 0.79% | - |
| HSV(B) | 116.07º | 0.42% | 1% | - |
| XYZ | 54.62 | 80.63 | 40.7 | - |
| YUV | 212.9 | 91.37 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 148 | 0.39 | 0 | 0.42 | 0 | 116.07 | 1 | 0.79 |
| Hex | 9B | FF | 94 | 27 | 0 | 2A | 0 | 74 | 64 | 4F |
| Octal | 233 | 377 | 224 | 47 | 0 | 52 | 0 | 164 | 144 | 117 |
| Binary | 10011011 | 11111111 | 10010100 | 100111 | 0 | 101010 | 0 | 1110100 | 1100100 | 1001111 |
Color Harmonies of #9BFF94
Complementary color
Monochromatic Colors of #9BFF94
Black with #9BFF94
Text Example
Text Example
White with #9BFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF94; }
p { color: rgb(155,255,148); }
H1.HeaderClassName
{
color: #9BFF94;
}
.AnyTagClassName
{
color: #9BFF94;
}
</style>
background-color css
<style>
a { background-color: #9BFF94; }
a { background-color: rgb(155,255,148); }
div.DivClassName
{
background-color: #9BFF94;
}
.BgClassName
{
background-color: #9BFF94;
}
</style>
border-color css
<style>
span { border-color: #9BFF94; }
span { border-color: rgb(155,255,148); }
td.TdClassName
{
border-color: #9BFF94;
}
.TagClassName
{
border-color: #9BFF94;
}
</style>