Shades of Mint Green #8AFDA1
Tints of Mint Green #8AFDA1
RGB
CMYK
RGB Variations
Color information
#8AFDA1 (or 0x8AFDA1) is known color: Mint Green. HEX triplet: 8A, FD and A1. RGB value is (138,253,161). Sum of RGB (Red+Green+Blue) = 138+253+161=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFDA1 is #75025E. Grayscale: #D0D0D0. Windows color (decimal): -7668319 or 10616202. OLE color: 10616202.
HSL color Cylindrical-coordinate representation of color #8AFDA1: hue angle of 132º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AFDA1 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 253 | 161 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.01 |
| HSL | 132º | 0.97% | 0.77% | - |
| HSV(B) | 132º | 0.45% | 0.99% | - |
| XYZ | 52.04 | 78.23 | 46.07 | - |
| YUV | 208.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 253 | 161 | 0.45 | 0 | 0.36 | 0.01 | 132 | 0.97 | 0.77 |
| Hex | 8A | FD | A1 | 2D | 0 | 24 | 1 | 84 | 61 | 4D |
| Octal | 212 | 375 | 241 | 55 | 0 | 44 | 1 | 204 | 141 | 115 |
| Binary | 10001010 | 11111101 | 10100001 | 101101 | 0 | 100100 | 1 | 10000100 | 1100001 | 1001101 |
Color Harmonies of #8AFDA1
Complementary color
Monochromatic Colors of #8AFDA1
Black with #8AFDA1
Text Example
Text Example
White with #8AFDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFDA1; }
p { color: rgb(138,253,161); }
H1.HeaderClassName
{
color: #8AFDA1;
}
.AnyTagClassName
{
color: #8AFDA1;
}
</style>
background-color css
<style>
a { background-color: #8AFDA1; }
a { background-color: rgb(138,253,161); }
div.DivClassName
{
background-color: #8AFDA1;
}
.BgClassName
{
background-color: #8AFDA1;
}
</style>
border-color css
<style>
span { border-color: #8AFDA1; }
span { border-color: rgb(138,253,161); }
td.TdClassName
{
border-color: #8AFDA1;
}
.TagClassName
{
border-color: #8AFDA1;
}
</style>