Shades of Mint Green #8AFEAA
Tints of Mint Green #8AFEAA
RGB
CMYK
RGB Variations
Color information
#8AFEAA (or 0x8AFEAA) is known color: Mint Green. HEX triplet: 8A, FE and AA. RGB value is (138,254,170). Sum of RGB (Red+Green+Blue) = 138+254+170=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFEAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFEAA is #750155. Grayscale: #D1D1D1. Windows color (decimal): -7668054 or 11206282. OLE color: 11206282.
HSL color Cylindrical-coordinate representation of color #8AFEAA: hue angle of 136.55º 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 #8AFEAA is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 170 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.00 |
| HSL | 136.55º | 0.98% | 0.77% | - |
| HSV(B) | 136.55º | 0.46% | 1% | - |
| XYZ | 53.18 | 79.19 | 50.51 | - |
| YUV | 209.74 | 105.57 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 170 | 0.46 | 0 | 0.33 | 0.00 | 136.55 | 0.98 | 0.77 |
| Hex | 8A | FE | AA | 2E | 0 | 21 | 0 | 89 | 62 | 4D |
| Octal | 212 | 376 | 252 | 56 | 0 | 41 | 0 | 211 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10101010 | 101110 | 0 | 100001 | 0 | 10001001 | 1100010 | 1001101 |
Color Harmonies of #8AFEAA
Complementary color
Monochromatic Colors of #8AFEAA
Black with #8AFEAA
Text Example
Text Example
White with #8AFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFEAA; }
p { color: rgb(138,254,170); }
H1.HeaderClassName
{
color: #8AFEAA;
}
.AnyTagClassName
{
color: #8AFEAA;
}
</style>
background-color css
<style>
a { background-color: #8AFEAA; }
a { background-color: rgb(138,254,170); }
div.DivClassName
{
background-color: #8AFEAA;
}
.BgClassName
{
background-color: #8AFEAA;
}
</style>
border-color css
<style>
span { border-color: #8AFEAA; }
span { border-color: rgb(138,254,170); }
td.TdClassName
{
border-color: #8AFEAA;
}
.TagClassName
{
border-color: #8AFEAA;
}
</style>