Shades of Mint Green #8AFEAC
Tints of Mint Green #8AFEAC
RGB
CMYK
RGB Variations
Color information
#8AFEAC (or 0x8AFEAC) is known color: Mint Green. HEX triplet: 8A, FE and AC. RGB value is (138,254,172). Sum of RGB (Red+Green+Blue) = 138+254+172=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFEAC is #750153. Grayscale: #D2D2D2. Windows color (decimal): -7668052 or 11337354. OLE color: 11337354.
HSL color Cylindrical-coordinate representation of color #8AFEAC: hue angle of 137.59º 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 #8AFEAC is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 172 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.00 |
| HSL | 137.59º | 0.98% | 0.77% | - |
| HSV(B) | 137.59º | 0.46% | 1% | - |
| XYZ | 53.37 | 79.27 | 51.52 | - |
| YUV | 209.97 | 106.57 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 172 | 0.46 | 0 | 0.32 | 0.00 | 137.59 | 0.98 | 0.77 |
| Hex | 8A | FE | AC | 2E | 0 | 20 | 0 | 8A | 62 | 4D |
| Octal | 212 | 376 | 254 | 56 | 0 | 40 | 0 | 212 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10101100 | 101110 | 0 | 100000 | 0 | 10001010 | 1100010 | 1001101 |
Color Harmonies of #8AFEAC
Complementary color
Monochromatic Colors of #8AFEAC
Black with #8AFEAC
Text Example
Text Example
White with #8AFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEAC; }
p { color: rgb(138,254,172); }
H1.HeaderClassName
{
color: #8AFEAC;
}
.AnyTagClassName
{
color: #8AFEAC;
}
</style>
background-color css
<style>
a { background-color: #8AFEAC; }
a { background-color: rgb(138,254,172); }
div.DivClassName
{
background-color: #8AFEAC;
}
.BgClassName
{
background-color: #8AFEAC;
}
</style>
border-color css
<style>
span { border-color: #8AFEAC; }
span { border-color: rgb(138,254,172); }
td.TdClassName
{
border-color: #8AFEAC;
}
.TagClassName
{
border-color: #8AFEAC;
}
</style>