Shades of Mint Green #8AFEA1
Tints of Mint Green #8AFEA1
RGB
CMYK
RGB Variations
Color information
#8AFEA1 (or 0x8AFEA1) is known color: Mint Green. HEX triplet: 8A, FE and A1. RGB value is (138,254,161). Sum of RGB (Red+Green+Blue) = 138+254+161=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 254 (99.61% from 255 or 45.93% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFEA1 is #75015E. Grayscale: #D0D0D0. Windows color (decimal): -7668063 or 10616458. OLE color: 10616458.
HSL color Cylindrical-coordinate representation of color #8AFEA1: hue angle of 131.9º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFEA1 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 161 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.00 |
| HSL | 131.9º | 0.98% | 0.77% | - |
| HSV(B) | 131.9º | 0.46% | 1% | - |
| XYZ | 52.36 | 78.86 | 46.18 | - |
| YUV | 208.71 | 101.07 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 161 | 0.46 | 0 | 0.37 | 0.00 | 131.9 | 0.98 | 0.77 |
| Hex | 8A | FE | A1 | 2E | 0 | 25 | 0 | 84 | 62 | 4D |
| Octal | 212 | 376 | 241 | 56 | 0 | 45 | 0 | 204 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10100001 | 101110 | 0 | 100101 | 0 | 10000100 | 1100010 | 1001101 |
Color Harmonies of #8AFEA1
Complementary color
Monochromatic Colors of #8AFEA1
Black with #8AFEA1
Text Example
Text Example
White with #8AFEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEA1; }
p { color: rgb(138,254,161); }
H1.HeaderClassName
{
color: #8AFEA1;
}
.AnyTagClassName
{
color: #8AFEA1;
}
</style>
background-color css
<style>
a { background-color: #8AFEA1; }
a { background-color: rgb(138,254,161); }
div.DivClassName
{
background-color: #8AFEA1;
}
.BgClassName
{
background-color: #8AFEA1;
}
</style>
border-color css
<style>
span { border-color: #8AFEA1; }
span { border-color: rgb(138,254,161); }
td.TdClassName
{
border-color: #8AFEA1;
}
.TagClassName
{
border-color: #8AFEA1;
}
</style>