Shades of Magic Mint #9FFEBD
Tints of Magic Mint #9FFEBD
RGB
CMYK
RGB Variations
Color information
#9FFEBD (or 0x9FFEBD) is known color: Magic Mint. HEX triplet: 9F, FE and BD. RGB value is (159,254,189). Sum of RGB (Red+Green+Blue) = 159+254+189=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFEBD is #600142. Grayscale: #DADADA. Windows color (decimal): -6291779 or 12451487. OLE color: 12451487.
HSL color Cylindrical-coordinate representation of color #9FFEBD: hue angle of 138.95º 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 #9FFEBD is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 189 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.00 |
| HSL | 138.95º | 0.98% | 0.81% | - |
| HSV(B) | 138.95º | 0.37% | 1% | - |
| XYZ | 58.93 | 81.93 | 60.85 | - |
| YUV | 218.19 | 111.53 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 189 | 0.37 | 0 | 0.26 | 0.00 | 138.95 | 0.98 | 0.81 |
| Hex | 9F | FE | BD | 25 | 0 | 1A | 0 | 8B | 62 | 51 |
| Octal | 237 | 376 | 275 | 45 | 0 | 32 | 0 | 213 | 142 | 121 |
| Binary | 10011111 | 11111110 | 10111101 | 100101 | 0 | 11010 | 0 | 10001011 | 1100010 | 1010001 |
Color Harmonies of #9FFEBD
Complementary color
Monochromatic Colors of #9FFEBD
Black with #9FFEBD
Text Example
Text Example
White with #9FFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEBD; }
p { color: rgb(159,254,189); }
H1.HeaderClassName
{
color: #9FFEBD;
}
.AnyTagClassName
{
color: #9FFEBD;
}
</style>
background-color css
<style>
a { background-color: #9FFEBD; }
a { background-color: rgb(159,254,189); }
div.DivClassName
{
background-color: #9FFEBD;
}
.BgClassName
{
background-color: #9FFEBD;
}
</style>
border-color css
<style>
span { border-color: #9FFEBD; }
span { border-color: rgb(159,254,189); }
td.TdClassName
{
border-color: #9FFEBD;
}
.TagClassName
{
border-color: #9FFEBD;
}
</style>