Shades of Magic Mint #9FFEBF
Tints of Magic Mint #9FFEBF
RGB
CMYK
RGB Variations
Color information
#9FFEBF (or 0x9FFEBF) is known color: Magic Mint. HEX triplet: 9F, FE and BF. RGB value is (159,254,191). Sum of RGB (Red+Green+Blue) = 159+254+191=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFEBF is #600140. Grayscale: #DADADA. Windows color (decimal): -6291777 or 12582559. OLE color: 12582559.
HSL color Cylindrical-coordinate representation of color #9FFEBF: hue angle of 140.21º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEBF is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 191 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.00 |
| HSL | 140.21º | 0.98% | 0.81% | - |
| HSV(B) | 140.21º | 0.37% | 1% | - |
| XYZ | 59.14 | 82.02 | 62 | - |
| YUV | 218.41 | 112.53 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 191 | 0.37 | 0 | 0.25 | 0.00 | 140.21 | 0.98 | 0.81 |
| Hex | 9F | FE | BF | 25 | 0 | 19 | 0 | 8C | 62 | 51 |
| Octal | 237 | 376 | 277 | 45 | 0 | 31 | 0 | 214 | 142 | 121 |
| Binary | 10011111 | 11111110 | 10111111 | 100101 | 0 | 11001 | 0 | 10001100 | 1100010 | 1010001 |
Color Harmonies of #9FFEBF
Complementary color
Monochromatic Colors of #9FFEBF
Black with #9FFEBF
Text Example
Text Example
White with #9FFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEBF; }
p { color: rgb(159,254,191); }
H1.HeaderClassName
{
color: #9FFEBF;
}
.AnyTagClassName
{
color: #9FFEBF;
}
</style>
background-color css
<style>
a { background-color: #9FFEBF; }
a { background-color: rgb(159,254,191); }
div.DivClassName
{
background-color: #9FFEBF;
}
.BgClassName
{
background-color: #9FFEBF;
}
</style>
border-color css
<style>
span { border-color: #9FFEBF; }
span { border-color: rgb(159,254,191); }
td.TdClassName
{
border-color: #9FFEBF;
}
.TagClassName
{
border-color: #9FFEBF;
}
</style>