Shades of Mint Green #98FEA0
Tints of Mint Green #98FEA0
RGB
CMYK
RGB Variations
Color information
#98FEA0 (or 0x98FEA0) is known color: Mint Green. HEX triplet: 98, FE and A0. RGB value is (152,254,160). Sum of RGB (Red+Green+Blue) = 152+254+160=566 (74% of max value = 765). Red value is 152 (59.77% from 255 or 26.86% from 566); Green value is 254 (99.61% from 255 or 44.88% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98FEA0 is #67015F. Grayscale: #D5D5D5. Windows color (decimal): -6750560 or 10550936. OLE color: 10550936.
HSL color Cylindrical-coordinate representation of color #98FEA0: hue angle of 124.71º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FEA0 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 160 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.00 |
| HSL | 124.71º | 0.98% | 0.8% | - |
| HSV(B) | 124.71º | 0.4% | 1% | - |
| XYZ | 54.74 | 80.1 | 45.83 | - |
| YUV | 212.79 | 98.21 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 160 | 0.40 | 0 | 0.37 | 0.00 | 124.71 | 0.98 | 0.8 |
| Hex | 98 | FE | A0 | 28 | 0 | 25 | 0 | 7D | 62 | 50 |
| Octal | 230 | 376 | 240 | 50 | 0 | 45 | 0 | 175 | 142 | 120 |
| Binary | 10011000 | 11111110 | 10100000 | 101000 | 0 | 100101 | 0 | 1111101 | 1100010 | 1010000 |
Color Harmonies of #98FEA0
Complementary color
Monochromatic Colors of #98FEA0
Black with #98FEA0
Text Example
Text Example
White with #98FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FEA0; }
p { color: rgb(152,254,160); }
H1.HeaderClassName
{
color: #98FEA0;
}
.AnyTagClassName
{
color: #98FEA0;
}
</style>
background-color css
<style>
a { background-color: #98FEA0; }
a { background-color: rgb(152,254,160); }
div.DivClassName
{
background-color: #98FEA0;
}
.BgClassName
{
background-color: #98FEA0;
}
</style>
border-color css
<style>
span { border-color: #98FEA0; }
span { border-color: rgb(152,254,160); }
td.TdClassName
{
border-color: #98FEA0;
}
.TagClassName
{
border-color: #98FEA0;
}
</style>