Shades of Mint Green #9DFF96
Tints of Mint Green #9DFF96
RGB
CMYK
RGB Variations
Color information
#9DFF96 (or 0x9DFF96) is known color: Mint Green. HEX triplet: 9D, FF and 96. RGB value is (157,255,150). Sum of RGB (Red+Green+Blue) = 157+255+150=562 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.94% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFF96 is #620069. Grayscale: #D6D6D6. Windows color (decimal): -6422634 or 9895837. OLE color: 9895837.
HSL color Cylindrical-coordinate representation of color #9DFF96: hue angle of 116º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9DFF96 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 150 | - |
| CMYK | 0.38 | 0 | 0.41 | 0 |
| HSL | 116º | 1% | 0.79% | - |
| HSV(B) | 116º | 0.41% | 1% | - |
| XYZ | 55.17 | 80.89 | 41.56 | - |
| YUV | 213.73 | 92.03 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 150 | 0.38 | 0 | 0.41 | 0 | 116 | 1 | 0.79 |
| Hex | 9D | FF | 96 | 26 | 0 | 29 | 0 | 74 | 64 | 4F |
| Octal | 235 | 377 | 226 | 46 | 0 | 51 | 0 | 164 | 144 | 117 |
| Binary | 10011101 | 11111111 | 10010110 | 100110 | 0 | 101001 | 0 | 1110100 | 1100100 | 1001111 |
Color Harmonies of #9DFF96
Complementary color
Monochromatic Colors of #9DFF96
Black with #9DFF96
Text Example
Text Example
White with #9DFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF96; }
p { color: rgb(157,255,150); }
H1.HeaderClassName
{
color: #9DFF96;
}
.AnyTagClassName
{
color: #9DFF96;
}
</style>
background-color css
<style>
a { background-color: #9DFF96; }
a { background-color: rgb(157,255,150); }
div.DivClassName
{
background-color: #9DFF96;
}
.BgClassName
{
background-color: #9DFF96;
}
</style>
border-color css
<style>
span { border-color: #9DFF96; }
span { border-color: rgb(157,255,150); }
td.TdClassName
{
border-color: #9DFF96;
}
.TagClassName
{
border-color: #9DFF96;
}
</style>