Shades of Mint Green #8AFE96
Tints of Mint Green #8AFE96
RGB
CMYK
RGB Variations
Color information
#8AFE96 (or 0x8AFE96) is known color: Mint Green. HEX triplet: 8A, FE and 96. RGB value is (138,254,150). Sum of RGB (Red+Green+Blue) = 138+254+150=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFE96 is #750169. Grayscale: #CFCFCF. Windows color (decimal): -7668074 or 9895562. OLE color: 9895562.
HSL color Cylindrical-coordinate representation of color #8AFE96: hue angle of 126.21º 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 #8AFE96 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 254 | 150 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.00 |
| HSL | 126.21º | 0.98% | 0.77% | - |
| HSV(B) | 126.21º | 0.46% | 1% | - |
| XYZ | 51.43 | 78.49 | 41.29 | - |
| YUV | 207.46 | 95.57 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 254 | 150 | 0.46 | 0 | 0.41 | 0.00 | 126.21 | 0.98 | 0.77 |
| Hex | 8A | FE | 96 | 2E | 0 | 29 | 0 | 7E | 62 | 4D |
| Octal | 212 | 376 | 226 | 56 | 0 | 51 | 0 | 176 | 142 | 115 |
| Binary | 10001010 | 11111110 | 10010110 | 101110 | 0 | 101001 | 0 | 1111110 | 1100010 | 1001101 |
Color Harmonies of #8AFE96
Complementary color
Monochromatic Colors of #8AFE96
Black with #8AFE96
Text Example
Text Example
White with #8AFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFE96; }
p { color: rgb(138,254,150); }
H1.HeaderClassName
{
color: #8AFE96;
}
.AnyTagClassName
{
color: #8AFE96;
}
</style>
background-color css
<style>
a { background-color: #8AFE96; }
a { background-color: rgb(138,254,150); }
div.DivClassName
{
background-color: #8AFE96;
}
.BgClassName
{
background-color: #8AFE96;
}
</style>
border-color css
<style>
span { border-color: #8AFE96; }
span { border-color: rgb(138,254,150); }
td.TdClassName
{
border-color: #8AFE96;
}
.TagClassName
{
border-color: #8AFE96;
}
</style>