Shades of Mint Green #A8FF98
Tints of Mint Green #A8FF98
RGB
CMYK
RGB Variations
Color information
#A8FF98 (or 0xA8FF98) is known color: Mint Green. HEX triplet: A8, FF and 98. RGB value is (168,255,152). Sum of RGB (Red+Green+Blue) = 168+255+152=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FF98 is #570067. Grayscale: #D9D9D9. Windows color (decimal): -5701736 or 10026920. OLE color: 10026920.
HSL color Cylindrical-coordinate representation of color #A8FF98: hue angle of 110.68º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8FF98 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 152 | - |
| CMYK | 0.34 | 0 | 0.40 | 0 |
| HSL | 110.68º | 1% | 0.8% | - |
| HSV(B) | 110.68º | 0.4% | 1% | - |
| XYZ | 57.58 | 82.11 | 42.52 | - |
| YUV | 217.25 | 91.18 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 152 | 0.34 | 0 | 0.40 | 0 | 110.68 | 1 | 0.8 |
| Hex | A8 | FF | 98 | 22 | 0 | 28 | 0 | 6F | 64 | 50 |
| Octal | 250 | 377 | 230 | 42 | 0 | 50 | 0 | 157 | 144 | 120 |
| Binary | 10101000 | 11111111 | 10011000 | 100010 | 0 | 101000 | 0 | 1101111 | 1100100 | 1010000 |
Color Harmonies of #A8FF98
Complementary color
Monochromatic Colors of #A8FF98
Black with #A8FF98
Text Example
Text Example
White with #A8FF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF98; }
p { color: rgb(168,255,152); }
H1.HeaderClassName
{
color: #A8FF98;
}
.AnyTagClassName
{
color: #A8FF98;
}
</style>
background-color css
<style>
a { background-color: #A8FF98; }
a { background-color: rgb(168,255,152); }
div.DivClassName
{
background-color: #A8FF98;
}
.BgClassName
{
background-color: #A8FF98;
}
</style>
border-color css
<style>
span { border-color: #A8FF98; }
span { border-color: rgb(168,255,152); }
td.TdClassName
{
border-color: #A8FF98;
}
.TagClassName
{
border-color: #A8FF98;
}
</style>