Shades of Mint Green #9CFF95
Tints of Mint Green #9CFF95
RGB
CMYK
RGB Variations
Color information
#9CFF95 (or 0x9CFF95) is known color: Mint Green. HEX triplet: 9C, FF and 95. RGB value is (156,255,149). Sum of RGB (Red+Green+Blue) = 156+255+149=560 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.86% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFF95 is #63006A. Grayscale: #D5D5D5. Windows color (decimal): -6488171 or 9830300. OLE color: 9830300.
HSL color Cylindrical-coordinate representation of color #9CFF95: hue angle of 116.04º 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 #9CFF95 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 149 | - |
| CMYK | 0.39 | 0 | 0.42 | 0 |
| HSL | 116.04º | 1% | 0.79% | - |
| HSV(B) | 116.04º | 0.42% | 1% | - |
| XYZ | 54.9 | 80.76 | 41.13 | - |
| YUV | 213.32 | 91.7 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 149 | 0.39 | 0 | 0.42 | 0 | 116.04 | 1 | 0.79 |
| Hex | 9C | FF | 95 | 27 | 0 | 2A | 0 | 74 | 64 | 4F |
| Octal | 234 | 377 | 225 | 47 | 0 | 52 | 0 | 164 | 144 | 117 |
| Binary | 10011100 | 11111111 | 10010101 | 100111 | 0 | 101010 | 0 | 1110100 | 1100100 | 1001111 |
Color Harmonies of #9CFF95
Complementary color
Monochromatic Colors of #9CFF95
Black with #9CFF95
Text Example
Text Example
White with #9CFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF95; }
p { color: rgb(156,255,149); }
H1.HeaderClassName
{
color: #9CFF95;
}
.AnyTagClassName
{
color: #9CFF95;
}
</style>
background-color css
<style>
a { background-color: #9CFF95; }
a { background-color: rgb(156,255,149); }
div.DivClassName
{
background-color: #9CFF95;
}
.BgClassName
{
background-color: #9CFF95;
}
</style>
border-color css
<style>
span { border-color: #9CFF95; }
span { border-color: rgb(156,255,149); }
td.TdClassName
{
border-color: #9CFF95;
}
.TagClassName
{
border-color: #9CFF95;
}
</style>