Shades of Mint Green #95FFAC
Tints of Mint Green #95FFAC
RGB
CMYK
RGB Variations
Color information
#95FFAC (or 0x95FFAC) is known color: Mint Green. HEX triplet: 95, FF and AC. RGB value is (149,255,172). Sum of RGB (Red+Green+Blue) = 149+255+172=576 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.87% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #95FFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FFAC is #6A0053. Grayscale: #D6D6D6. Windows color (decimal): -6946900 or 11337621. OLE color: 11337621.
HSL color Cylindrical-coordinate representation of color #95FFAC: hue angle of 133.02º 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 #95FFAC is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 172 | - |
| CMYK | 0.42 | 0 | 0.33 | 0 |
| HSL | 133.02º | 1% | 0.79% | - |
| HSV(B) | 133.02º | 0.42% | 1% | - |
| XYZ | 55.6 | 80.89 | 51.71 | - |
| YUV | 213.84 | 104.38 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 172 | 0.42 | 0 | 0.33 | 0 | 133.02 | 1 | 0.79 |
| Hex | 95 | FF | AC | 2A | 0 | 21 | 0 | 85 | 64 | 4F |
| Octal | 225 | 377 | 254 | 52 | 0 | 41 | 0 | 205 | 144 | 117 |
| Binary | 10010101 | 11111111 | 10101100 | 101010 | 0 | 100001 | 0 | 10000101 | 1100100 | 1001111 |
Color Harmonies of #95FFAC
Complementary color
Monochromatic Colors of #95FFAC
Black with #95FFAC
Text Example
Text Example
White with #95FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FFAC; }
p { color: rgb(149,255,172); }
H1.HeaderClassName
{
color: #95FFAC;
}
.AnyTagClassName
{
color: #95FFAC;
}
</style>
background-color css
<style>
a { background-color: #95FFAC; }
a { background-color: rgb(149,255,172); }
div.DivClassName
{
background-color: #95FFAC;
}
.BgClassName
{
background-color: #95FFAC;
}
</style>
border-color css
<style>
span { border-color: #95FFAC; }
span { border-color: rgb(149,255,172); }
td.TdClassName
{
border-color: #95FFAC;
}
.TagClassName
{
border-color: #95FFAC;
}
</style>