Shades of Magic Mint #9FF2C9
Tints of Magic Mint #9FF2C9
RGB
CMYK
RGB Variations
Color information
#9FF2C9 (or 0x9FF2C9) is known color: Magic Mint. HEX triplet: 9F, F2 and C9. RGB value is (159,242,201). Sum of RGB (Red+Green+Blue) = 159+242+201=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 201 (78.91% from 255 or 33.39% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2C9 is #600D36. Grayscale: #D4D4D4. Windows color (decimal): -6294839 or 13234847. OLE color: 13234847.
HSL color Cylindrical-coordinate representation of color #9FF2C9: hue angle of 150.36º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2C9 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 201 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.05 |
| HSL | 150.36º | 0.76% | 0.79% | - |
| HSV(B) | 150.36º | 0.34% | 0.95% | - |
| XYZ | 56.59 | 75.09 | 66.77 | - |
| YUV | 212.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 201 | 0.34 | 0 | 0.17 | 0.05 | 150.36 | 0.76 | 0.79 |
| Hex | 9F | F2 | C9 | 22 | 0 | 11 | 5 | 96 | 4C | 4F |
| Octal | 237 | 362 | 311 | 42 | 0 | 21 | 5 | 226 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11001001 | 100010 | 0 | 10001 | 101 | 10010110 | 1001100 | 1001111 |
Color Harmonies of #9FF2C9
Complementary color
Monochromatic Colors of #9FF2C9
Black with #9FF2C9
Text Example
Text Example
White with #9FF2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2C9; }
p { color: rgb(159,242,201); }
H1.HeaderClassName
{
color: #9FF2C9;
}
.AnyTagClassName
{
color: #9FF2C9;
}
</style>
background-color css
<style>
a { background-color: #9FF2C9; }
a { background-color: rgb(159,242,201); }
div.DivClassName
{
background-color: #9FF2C9;
}
.BgClassName
{
background-color: #9FF2C9;
}
</style>
border-color css
<style>
span { border-color: #9FF2C9; }
span { border-color: rgb(159,242,201); }
td.TdClassName
{
border-color: #9FF2C9;
}
.TagClassName
{
border-color: #9FF2C9;
}
</style>