Shades of Mint Green #8CFFA1
Tints of Mint Green #8CFFA1
RGB
CMYK
RGB Variations
Color information
#8CFFA1 (or 0x8CFFA1) is known color: Mint Green. HEX triplet: 8C, FF and A1. RGB value is (140,255,161). Sum of RGB (Red+Green+Blue) = 140+255+161=556 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.18% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFFA1 is #73005E. Grayscale: #D2D2D2. Windows color (decimal): -7536735 or 10616716. OLE color: 10616716.
HSL color Cylindrical-coordinate representation of color #8CFFA1: hue angle of 130.96º 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 #8CFFA1 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 161 | - |
| CMYK | 0.45 | 0 | 0.37 | 0 |
| HSL | 130.96º | 1% | 0.77% | - |
| HSV(B) | 130.96º | 0.45% | 1% | - |
| XYZ | 53.01 | 79.67 | 46.3 | - |
| YUV | 209.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 161 | 0.45 | 0 | 0.37 | 0 | 130.96 | 1 | 0.77 |
| Hex | 8C | FF | A1 | 2D | 0 | 25 | 0 | 83 | 64 | 4D |
| Octal | 214 | 377 | 241 | 55 | 0 | 45 | 0 | 203 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10100001 | 101101 | 0 | 100101 | 0 | 10000011 | 1100100 | 1001101 |
Color Harmonies of #8CFFA1
Complementary color
Monochromatic Colors of #8CFFA1
Black with #8CFFA1
Text Example
Text Example
White with #8CFFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFA1; }
p { color: rgb(140,255,161); }
H1.HeaderClassName
{
color: #8CFFA1;
}
.AnyTagClassName
{
color: #8CFFA1;
}
</style>
background-color css
<style>
a { background-color: #8CFFA1; }
a { background-color: rgb(140,255,161); }
div.DivClassName
{
background-color: #8CFFA1;
}
.BgClassName
{
background-color: #8CFFA1;
}
</style>
border-color css
<style>
span { border-color: #8CFFA1; }
span { border-color: rgb(140,255,161); }
td.TdClassName
{
border-color: #8CFFA1;
}
.TagClassName
{
border-color: #8CFFA1;
}
</style>