Shades of Mint Green #93FF8A
Tints of Mint Green #93FF8A
RGB
CMYK
RGB Variations
Color information
#93FF8A (or 0x93FF8A) is known color: Mint Green. HEX triplet: 93, FF and 8A. RGB value is (147,255,138). Sum of RGB (Red+Green+Blue) = 147+255+138=540 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.22% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93FF8A is #6C0075. Grayscale: #D1D1D1. Windows color (decimal): -7078006 or 9109395. OLE color: 9109395.
HSL color Cylindrical-coordinate representation of color #93FF8A: hue angle of 115.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93FF8A is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 138 | - |
| CMYK | 0.42 | 0 | 0.46 | 0 |
| HSL | 115.38º | 1% | 0.77% | - |
| HSV(B) | 115.38º | 0.46% | 1% | - |
| XYZ | 52.38 | 79.56 | 36.64 | - |
| YUV | 209.37 | 87.72 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 138 | 0.42 | 0 | 0.46 | 0 | 115.38 | 1 | 0.77 |
| Hex | 93 | FF | 8A | 2A | 0 | 2E | 0 | 73 | 64 | 4D |
| Octal | 223 | 377 | 212 | 52 | 0 | 56 | 0 | 163 | 144 | 115 |
| Binary | 10010011 | 11111111 | 10001010 | 101010 | 0 | 101110 | 0 | 1110011 | 1100100 | 1001101 |
Color Harmonies of #93FF8A
Complementary color
Monochromatic Colors of #93FF8A
Black with #93FF8A
Text Example
Text Example
White with #93FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FF8A; }
p { color: rgb(147,255,138); }
H1.HeaderClassName
{
color: #93FF8A;
}
.AnyTagClassName
{
color: #93FF8A;
}
</style>
background-color css
<style>
a { background-color: #93FF8A; }
a { background-color: rgb(147,255,138); }
div.DivClassName
{
background-color: #93FF8A;
}
.BgClassName
{
background-color: #93FF8A;
}
</style>
border-color css
<style>
span { border-color: #93FF8A; }
span { border-color: rgb(147,255,138); }
td.TdClassName
{
border-color: #93FF8A;
}
.TagClassName
{
border-color: #93FF8A;
}
</style>