Shades of Magic Mint #9AFEBD
Tints of Magic Mint #9AFEBD
RGB
CMYK
RGB Variations
Color information
#9AFEBD (or 0x9AFEBD) is known color: Magic Mint. HEX triplet: 9A, FE and BD. RGB value is (154,254,189). Sum of RGB (Red+Green+Blue) = 154+254+189=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFEBD is #650142. Grayscale: #D8D8D8. Windows color (decimal): -6619459 or 12451482. OLE color: 12451482.
HSL color Cylindrical-coordinate representation of color #9AFEBD: hue angle of 141º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFEBD is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 189 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.00 |
| HSL | 141º | 0.98% | 0.8% | - |
| HSV(B) | 141º | 0.39% | 1% | - |
| XYZ | 57.95 | 81.43 | 60.81 | - |
| YUV | 216.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 189 | 0.39 | 0 | 0.26 | 0.00 | 141 | 0.98 | 0.8 |
| Hex | 9A | FE | BD | 27 | 0 | 1A | 0 | 8D | 62 | 50 |
| Octal | 232 | 376 | 275 | 47 | 0 | 32 | 0 | 215 | 142 | 120 |
| Binary | 10011010 | 11111110 | 10111101 | 100111 | 0 | 11010 | 0 | 10001101 | 1100010 | 1010000 |
Color Harmonies of #9AFEBD
Complementary color
Monochromatic Colors of #9AFEBD
Black with #9AFEBD
Text Example
Text Example
White with #9AFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFEBD; }
p { color: rgb(154,254,189); }
H1.HeaderClassName
{
color: #9AFEBD;
}
.AnyTagClassName
{
color: #9AFEBD;
}
</style>
background-color css
<style>
a { background-color: #9AFEBD; }
a { background-color: rgb(154,254,189); }
div.DivClassName
{
background-color: #9AFEBD;
}
.BgClassName
{
background-color: #9AFEBD;
}
</style>
border-color css
<style>
span { border-color: #9AFEBD; }
span { border-color: rgb(154,254,189); }
td.TdClassName
{
border-color: #9AFEBD;
}
.TagClassName
{
border-color: #9AFEBD;
}
</style>