Shades of Mint Green #93FF9F
Tints of Mint Green #93FF9F
RGB
CMYK
RGB Variations
Color information
#93FF9F (or 0x93FF9F) is known color: Mint Green. HEX triplet: 93, FF and 9F. RGB value is (147,255,159). Sum of RGB (Red+Green+Blue) = 147+255+159=561 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.20% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FF9F is #6C0060. Grayscale: #D4D4D4. Windows color (decimal): -7077985 or 10485651. OLE color: 10485651.
HSL color Cylindrical-coordinate representation of color #93FF9F: hue angle of 126.67º 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 #93FF9F is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 159 | - |
| CMYK | 0.42 | 0 | 0.38 | 0 |
| HSL | 126.67º | 1% | 0.79% | - |
| HSV(B) | 126.67º | 0.42% | 1% | - |
| XYZ | 54.05 | 80.23 | 45.44 | - |
| YUV | 211.76 | 98.22 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 159 | 0.42 | 0 | 0.38 | 0 | 126.67 | 1 | 0.79 |
| Hex | 93 | FF | 9F | 2A | 0 | 26 | 0 | 7F | 64 | 4F |
| Octal | 223 | 377 | 237 | 52 | 0 | 46 | 0 | 177 | 144 | 117 |
| Binary | 10010011 | 11111111 | 10011111 | 101010 | 0 | 100110 | 0 | 1111111 | 1100100 | 1001111 |
Color Harmonies of #93FF9F
Complementary color
Monochromatic Colors of #93FF9F
Black with #93FF9F
Text Example
Text Example
White with #93FF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FF9F; }
p { color: rgb(147,255,159); }
H1.HeaderClassName
{
color: #93FF9F;
}
.AnyTagClassName
{
color: #93FF9F;
}
</style>
background-color css
<style>
a { background-color: #93FF9F; }
a { background-color: rgb(147,255,159); }
div.DivClassName
{
background-color: #93FF9F;
}
.BgClassName
{
background-color: #93FF9F;
}
</style>
border-color css
<style>
span { border-color: #93FF9F; }
span { border-color: rgb(147,255,159); }
td.TdClassName
{
border-color: #93FF9F;
}
.TagClassName
{
border-color: #93FF9F;
}
</style>