Shades of Mint Green #8AFEA8
Tints of Mint Green #8AFEA8
RGB
CMYK
RGB Variations
Color information
#8AFEA8 (or 0x8AFEA8) is known color: Mint Green. HEX triplet: 8A, FE and A8. RGB value is (138,254,168). Sum of RGB (Red+Green+Blue) = 138+254+168=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFEA8 is #750157. Grayscale: #D1D1D1. Windows color (decimal): -7668056 or 11075210. OLE color: 11075210.
HSL color Cylindrical-coordinate representation of color #8AFEA8: hue angle of 135.52º 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 #8AFEA8 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 168 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.00 |
| HSL | 135.52º | 0.98% | 0.77% | - |
| HSV(B) | 135.52º | 0.46% | 1% | - |
| XYZ | 52.99 | 79.11 | 49.52 | - |
| YUV | 209.51 | 104.57 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 168 | 0.46 | 0 | 0.34 | 0.00 | 135.52 | 0.98 | 0.77 |
| Hex | 8A | FE | A8 | 2E | 0 | 22 | 0 | 88 | 62 | 4D |
| Octal | 212 | 376 | 250 | 56 | 0 | 42 | 0 | 210 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10101000 | 101110 | 0 | 100010 | 0 | 10001000 | 1100010 | 1001101 |
Color Harmonies of #8AFEA8
Complementary color
Monochromatic Colors of #8AFEA8
Black with #8AFEA8
Text Example
Text Example
White with #8AFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEA8; }
p { color: rgb(138,254,168); }
H1.HeaderClassName
{
color: #8AFEA8;
}
.AnyTagClassName
{
color: #8AFEA8;
}
</style>
background-color css
<style>
a { background-color: #8AFEA8; }
a { background-color: rgb(138,254,168); }
div.DivClassName
{
background-color: #8AFEA8;
}
.BgClassName
{
background-color: #8AFEA8;
}
</style>
border-color css
<style>
span { border-color: #8AFEA8; }
span { border-color: rgb(138,254,168); }
td.TdClassName
{
border-color: #8AFEA8;
}
.TagClassName
{
border-color: #8AFEA8;
}
</style>