Shades of Mint Green #8AFE9E
Tints of Mint Green #8AFE9E
RGB
CMYK
RGB Variations
Color information
#8AFE9E (or 0x8AFE9E) is known color: Mint Green. HEX triplet: 8A, FE and 9E. RGB value is (138,254,158). Sum of RGB (Red+Green+Blue) = 138+254+158=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE9E is #750161. Grayscale: #D0D0D0. Windows color (decimal): -7668066 or 10419850. OLE color: 10419850.
HSL color Cylindrical-coordinate representation of color #8AFE9E: hue angle of 130.34º 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 #8AFE9E is Cyan = 0.46, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 158 | - |
| CMYK | 0.46 | 0 | 0.38 | 0.00 |
| HSL | 130.34º | 0.98% | 0.77% | - |
| HSV(B) | 130.34º | 0.46% | 1% | - |
| XYZ | 52.09 | 78.76 | 44.8 | - |
| YUV | 208.37 | 99.57 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 158 | 0.46 | 0 | 0.38 | 0.00 | 130.34 | 0.98 | 0.77 |
| Hex | 8A | FE | 9E | 2E | 0 | 26 | 0 | 82 | 62 | 4D |
| Octal | 212 | 376 | 236 | 56 | 0 | 46 | 0 | 202 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10011110 | 101110 | 0 | 100110 | 0 | 10000010 | 1100010 | 1001101 |
Color Harmonies of #8AFE9E
Complementary color
Monochromatic Colors of #8AFE9E
Black with #8AFE9E
Text Example
Text Example
White with #8AFE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE9E; }
p { color: rgb(138,254,158); }
H1.HeaderClassName
{
color: #8AFE9E;
}
.AnyTagClassName
{
color: #8AFE9E;
}
</style>
background-color css
<style>
a { background-color: #8AFE9E; }
a { background-color: rgb(138,254,158); }
div.DivClassName
{
background-color: #8AFE9E;
}
.BgClassName
{
background-color: #8AFE9E;
}
</style>
border-color css
<style>
span { border-color: #8AFE9E; }
span { border-color: rgb(138,254,158); }
td.TdClassName
{
border-color: #8AFE9E;
}
.TagClassName
{
border-color: #8AFE9E;
}
</style>