Shades of Mint Green #8DFFA0
Tints of Mint Green #8DFFA0
RGB
CMYK
RGB Variations
Color information
#8DFFA0 (or 0x8DFFA0) is known color: Mint Green. HEX triplet: 8D, FF and A0. RGB value is (141,255,160). Sum of RGB (Red+Green+Blue) = 141+255+160=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFFA0 is #72005F. Grayscale: #D2D2D2. Windows color (decimal): -7471200 or 10551181. OLE color: 10551181.
HSL color Cylindrical-coordinate representation of color #8DFFA0: hue angle of 130º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DFFA0 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 160 | - |
| CMYK | 0.45 | 0 | 0.37 | 0 |
| HSL | 130º | 1% | 0.78% | - |
| HSV(B) | 130º | 0.45% | 1% | - |
| XYZ | 53.09 | 79.72 | 45.85 | - |
| YUV | 210.08 | 99.73 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 160 | 0.45 | 0 | 0.37 | 0 | 130 | 1 | 0.78 |
| Hex | 8D | FF | A0 | 2D | 0 | 25 | 0 | 82 | 64 | 4E |
| Octal | 215 | 377 | 240 | 55 | 0 | 45 | 0 | 202 | 144 | 116 |
| Binary | 10001101 | 11111111 | 10100000 | 101101 | 0 | 100101 | 0 | 10000010 | 1100100 | 1001110 |
Color Harmonies of #8DFFA0
Complementary color
Monochromatic Colors of #8DFFA0
Black with #8DFFA0
Text Example
Text Example
White with #8DFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFFA0; }
p { color: rgb(141,255,160); }
H1.HeaderClassName
{
color: #8DFFA0;
}
.AnyTagClassName
{
color: #8DFFA0;
}
</style>
background-color css
<style>
a { background-color: #8DFFA0; }
a { background-color: rgb(141,255,160); }
div.DivClassName
{
background-color: #8DFFA0;
}
.BgClassName
{
background-color: #8DFFA0;
}
</style>
border-color css
<style>
span { border-color: #8DFFA0; }
span { border-color: rgb(141,255,160); }
td.TdClassName
{
border-color: #8DFFA0;
}
.TagClassName
{
border-color: #8DFFA0;
}
</style>