Shades of Mint Green #95FFA8
Tints of Mint Green #95FFA8
RGB
CMYK
RGB Variations
Color information
#95FFA8 (or 0x95FFA8) is known color: Mint Green. HEX triplet: 95, FF and A8. RGB value is (149,255,168). Sum of RGB (Red+Green+Blue) = 149+255+168=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FFA8 is #6A0057. Grayscale: #D5D5D5. Windows color (decimal): -6946904 or 11075477. OLE color: 11075477.
HSL color Cylindrical-coordinate representation of color #95FFA8: hue angle of 130.75º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95FFA8 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 168 | - |
| CMYK | 0.42 | 0 | 0.34 | 0 |
| HSL | 130.75º | 1% | 0.79% | - |
| HSV(B) | 130.75º | 0.42% | 1% | - |
| XYZ | 55.22 | 80.74 | 49.72 | - |
| YUV | 213.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 168 | 0.42 | 0 | 0.34 | 0 | 130.75 | 1 | 0.79 |
| Hex | 95 | FF | A8 | 2A | 0 | 22 | 0 | 83 | 64 | 4F |
| Octal | 225 | 377 | 250 | 52 | 0 | 42 | 0 | 203 | 144 | 117 |
| Binary | 10010101 | 11111111 | 10101000 | 101010 | 0 | 100010 | 0 | 10000011 | 1100100 | 1001111 |
Color Harmonies of #95FFA8
Complementary color
Monochromatic Colors of #95FFA8
Black with #95FFA8
Text Example
Text Example
White with #95FFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFA8; }
p { color: rgb(149,255,168); }
H1.HeaderClassName
{
color: #95FFA8;
}
.AnyTagClassName
{
color: #95FFA8;
}
</style>
background-color css
<style>
a { background-color: #95FFA8; }
a { background-color: rgb(149,255,168); }
div.DivClassName
{
background-color: #95FFA8;
}
.BgClassName
{
background-color: #95FFA8;
}
</style>
border-color css
<style>
span { border-color: #95FFA8; }
span { border-color: rgb(149,255,168); }
td.TdClassName
{
border-color: #95FFA8;
}
.TagClassName
{
border-color: #95FFA8;
}
</style>