Shades of Magic Mint #9CFFC9
Tints of Magic Mint #9CFFC9
RGB
CMYK
RGB Variations
Color information
#9CFFC9 (or 0x9CFFC9) is known color: Magic Mint. HEX triplet: 9C, FF and C9. RGB value is (156,255,201). Sum of RGB (Red+Green+Blue) = 156+255+201=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFFC9 is #630036. Grayscale: #DBDBDB. Windows color (decimal): -6488119 or 13238172. OLE color: 13238172.
HSL color Cylindrical-coordinate representation of color #9CFFC9: hue angle of 147.27º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFFC9 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 201 | - |
| CMYK | 0.39 | 0 | 0.21 | 0 |
| HSL | 147.27º | 1% | 0.81% | - |
| HSV(B) | 147.27º | 0.39% | 1% | - |
| XYZ | 60.01 | 82.8 | 68.08 | - |
| YUV | 219.24 | 117.7 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 201 | 0.39 | 0 | 0.21 | 0 | 147.27 | 1 | 0.81 |
| Hex | 9C | FF | C9 | 27 | 0 | 15 | 0 | 93 | 64 | 51 |
| Octal | 234 | 377 | 311 | 47 | 0 | 25 | 0 | 223 | 144 | 121 |
| Binary | 10011100 | 11111111 | 11001001 | 100111 | 0 | 10101 | 0 | 10010011 | 1100100 | 1010001 |
Color Harmonies of #9CFFC9
Complementary color
Monochromatic Colors of #9CFFC9
Black with #9CFFC9
Text Example
Text Example
White with #9CFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFFC9; }
p { color: rgb(156,255,201); }
H1.HeaderClassName
{
color: #9CFFC9;
}
.AnyTagClassName
{
color: #9CFFC9;
}
</style>
background-color css
<style>
a { background-color: #9CFFC9; }
a { background-color: rgb(156,255,201); }
div.DivClassName
{
background-color: #9CFFC9;
}
.BgClassName
{
background-color: #9CFFC9;
}
</style>
border-color css
<style>
span { border-color: #9CFFC9; }
span { border-color: rgb(156,255,201); }
td.TdClassName
{
border-color: #9CFFC9;
}
.TagClassName
{
border-color: #9CFFC9;
}
</style>