Shades of Mint Green #9CFF85
Tints of Mint Green #9CFF85
RGB
CMYK
RGB Variations
Color information
#9CFF85 (or 0x9CFF85) is known color: Mint Green. HEX triplet: 9C, FF and 85. RGB value is (156,255,133). Sum of RGB (Red+Green+Blue) = 156+255+133=544 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.68% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CFF85 is #63007A. Grayscale: #D3D3D3. Windows color (decimal): -6488187 or 8781724. OLE color: 8781724.
HSL color Cylindrical-coordinate representation of color #9CFF85: hue angle of 108.69º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CFF85 is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 133 | - |
| CMYK | 0.39 | 0 | 0.48 | 0 |
| HSL | 108.69º | 1% | 0.76% | - |
| HSV(B) | 108.69º | 0.48% | 1% | - |
| XYZ | 53.7 | 80.28 | 34.86 | - |
| YUV | 211.49 | 83.7 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 133 | 0.39 | 0 | 0.48 | 0 | 108.69 | 1 | 0.76 |
| Hex | 9C | FF | 85 | 27 | 0 | 30 | 0 | 6D | 64 | 4C |
| Octal | 234 | 377 | 205 | 47 | 0 | 60 | 0 | 155 | 144 | 114 |
| Binary | 10011100 | 11111111 | 10000101 | 100111 | 0 | 110000 | 0 | 1101101 | 1100100 | 1001100 |
Color Harmonies of #9CFF85
Complementary color
Monochromatic Colors of #9CFF85
Black with #9CFF85
Text Example
Text Example
White with #9CFF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF85; }
p { color: rgb(156,255,133); }
H1.HeaderClassName
{
color: #9CFF85;
}
.AnyTagClassName
{
color: #9CFF85;
}
</style>
background-color css
<style>
a { background-color: #9CFF85; }
a { background-color: rgb(156,255,133); }
div.DivClassName
{
background-color: #9CFF85;
}
.BgClassName
{
background-color: #9CFF85;
}
</style>
border-color css
<style>
span { border-color: #9CFF85; }
span { border-color: rgb(156,255,133); }
td.TdClassName
{
border-color: #9CFF85;
}
.TagClassName
{
border-color: #9CFF85;
}
</style>