Shades of Mint Green #8AFE9F
Tints of Mint Green #8AFE9F
RGB
CMYK
RGB Variations
Color information
#8AFE9F (or 0x8AFE9F) is known color: Mint Green. HEX triplet: 8A, FE and 9F. RGB value is (138,254,159). Sum of RGB (Red+Green+Blue) = 138+254+159=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 254 (99.61% from 255 or 46.10% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE9F is #750160. Grayscale: #D0D0D0. Windows color (decimal): -7668065 or 10485386. OLE color: 10485386.
HSL color Cylindrical-coordinate representation of color #8AFE9F: hue angle of 130.86º 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 #8AFE9F is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 159 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.00 |
| HSL | 130.86º | 0.98% | 0.77% | - |
| HSV(B) | 130.86º | 0.46% | 1% | - |
| XYZ | 52.18 | 78.79 | 45.26 | - |
| YUV | 208.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 159 | 0.46 | 0 | 0.37 | 0.00 | 130.86 | 0.98 | 0.77 |
| Hex | 8A | FE | 9F | 2E | 0 | 25 | 0 | 83 | 62 | 4D |
| Octal | 212 | 376 | 237 | 56 | 0 | 45 | 0 | 203 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10011111 | 101110 | 0 | 100101 | 0 | 10000011 | 1100010 | 1001101 |
Color Harmonies of #8AFE9F
Complementary color
Monochromatic Colors of #8AFE9F
Black with #8AFE9F
Text Example
Text Example
White with #8AFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE9F; }
p { color: rgb(138,254,159); }
H1.HeaderClassName
{
color: #8AFE9F;
}
.AnyTagClassName
{
color: #8AFE9F;
}
</style>
background-color css
<style>
a { background-color: #8AFE9F; }
a { background-color: rgb(138,254,159); }
div.DivClassName
{
background-color: #8AFE9F;
}
.BgClassName
{
background-color: #8AFE9F;
}
</style>
border-color css
<style>
span { border-color: #8AFE9F; }
span { border-color: rgb(138,254,159); }
td.TdClassName
{
border-color: #8AFE9F;
}
.TagClassName
{
border-color: #8AFE9F;
}
</style>