Shades of Mint Green #93FF8C
Tints of Mint Green #93FF8C
RGB
CMYK
RGB Variations
Color information
#93FF8C (or 0x93FF8C) is known color: Mint Green. HEX triplet: 93, FF and 8C. RGB value is (147,255,140). Sum of RGB (Red+Green+Blue) = 147+255+140=542 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.12% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 140 (55.08% from 255 or 25.83% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FF8C is #6C0073. Grayscale: #D1D1D1. Windows color (decimal): -7078004 or 9240467. OLE color: 9240467.
HSL color Cylindrical-coordinate representation of color #93FF8C: hue angle of 116.35º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #93FF8C is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 140 | - |
| CMYK | 0.42 | 0 | 0.45 | 0 |
| HSL | 116.35º | 1% | 0.77% | - |
| HSV(B) | 116.35º | 0.45% | 1% | - |
| XYZ | 52.53 | 79.62 | 37.41 | - |
| YUV | 209.6 | 88.72 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 140 | 0.42 | 0 | 0.45 | 0 | 116.35 | 1 | 0.77 |
| Hex | 93 | FF | 8C | 2A | 0 | 2D | 0 | 74 | 64 | 4D |
| Octal | 223 | 377 | 214 | 52 | 0 | 55 | 0 | 164 | 144 | 115 |
| Binary | 10010011 | 11111111 | 10001100 | 101010 | 0 | 101101 | 0 | 1110100 | 1100100 | 1001101 |
Color Harmonies of #93FF8C
Complementary color
Monochromatic Colors of #93FF8C
Black with #93FF8C
Text Example
Text Example
White with #93FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FF8C; }
p { color: rgb(147,255,140); }
H1.HeaderClassName
{
color: #93FF8C;
}
.AnyTagClassName
{
color: #93FF8C;
}
</style>
background-color css
<style>
a { background-color: #93FF8C; }
a { background-color: rgb(147,255,140); }
div.DivClassName
{
background-color: #93FF8C;
}
.BgClassName
{
background-color: #93FF8C;
}
</style>
border-color css
<style>
span { border-color: #93FF8C; }
span { border-color: rgb(147,255,140); }
td.TdClassName
{
border-color: #93FF8C;
}
.TagClassName
{
border-color: #93FF8C;
}
</style>