Shades of Mint Green #8CFF8A
Tints of Mint Green #8CFF8A
RGB
CMYK
RGB Variations
Color information
#8CFF8A (or 0x8CFF8A) is known color: Mint Green. HEX triplet: 8C, FF and 8A. RGB value is (140,255,138). Sum of RGB (Red+Green+Blue) = 140+255+138=533 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.27% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFF8A is #730075. Grayscale: #CFCFCF. Windows color (decimal): -7536758 or 9109388. OLE color: 9109388.
HSL color Cylindrical-coordinate representation of color #8CFF8A: hue angle of 118.97º 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 #8CFF8A is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 138 | - |
| CMYK | 0.45 | 0 | 0.46 | 0 |
| HSL | 118.97º | 1% | 0.77% | - |
| HSV(B) | 118.97º | 0.46% | 1% | - |
| XYZ | 51.16 | 78.93 | 36.58 | - |
| YUV | 207.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 138 | 0.45 | 0 | 0.46 | 0 | 118.97 | 1 | 0.77 |
| Hex | 8C | FF | 8A | 2D | 0 | 2E | 0 | 77 | 64 | 4D |
| Octal | 214 | 377 | 212 | 55 | 0 | 56 | 0 | 167 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10001010 | 101101 | 0 | 101110 | 0 | 1110111 | 1100100 | 1001101 |
Color Harmonies of #8CFF8A
Complementary color
Monochromatic Colors of #8CFF8A
Black with #8CFF8A
Text Example
Text Example
White with #8CFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF8A; }
p { color: rgb(140,255,138); }
H1.HeaderClassName
{
color: #8CFF8A;
}
.AnyTagClassName
{
color: #8CFF8A;
}
</style>
background-color css
<style>
a { background-color: #8CFF8A; }
a { background-color: rgb(140,255,138); }
div.DivClassName
{
background-color: #8CFF8A;
}
.BgClassName
{
background-color: #8CFF8A;
}
</style>
border-color css
<style>
span { border-color: #8CFF8A; }
span { border-color: rgb(140,255,138); }
td.TdClassName
{
border-color: #8CFF8A;
}
.TagClassName
{
border-color: #8CFF8A;
}
</style>