Shades of Mint Green #9DFF8C
Tints of Mint Green #9DFF8C
RGB
CMYK
RGB Variations
Color information
#9DFF8C (or 0x9DFF8C) is known color: Mint Green. HEX triplet: 9D, FF and 8C. RGB value is (157,255,140). Sum of RGB (Red+Green+Blue) = 157+255+140=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFF8C is #620073. Grayscale: #D4D4D4. Windows color (decimal): -6422644 or 9240477. OLE color: 9240477.
HSL color Cylindrical-coordinate representation of color #9DFF8C: hue angle of 111.13º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DFF8C is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 140 | - |
| CMYK | 0.38 | 0 | 0.45 | 0 |
| HSL | 111.13º | 1% | 0.77% | - |
| HSV(B) | 111.13º | 0.45% | 1% | - |
| XYZ | 54.4 | 80.58 | 37.5 | - |
| YUV | 212.59 | 87.03 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 140 | 0.38 | 0 | 0.45 | 0 | 111.13 | 1 | 0.77 |
| Hex | 9D | FF | 8C | 26 | 0 | 2D | 0 | 6F | 64 | 4D |
| Octal | 235 | 377 | 214 | 46 | 0 | 55 | 0 | 157 | 144 | 115 |
| Binary | 10011101 | 11111111 | 10001100 | 100110 | 0 | 101101 | 0 | 1101111 | 1100100 | 1001101 |
Color Harmonies of #9DFF8C
Complementary color
Monochromatic Colors of #9DFF8C
Black with #9DFF8C
Text Example
Text Example
White with #9DFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF8C; }
p { color: rgb(157,255,140); }
H1.HeaderClassName
{
color: #9DFF8C;
}
.AnyTagClassName
{
color: #9DFF8C;
}
</style>
background-color css
<style>
a { background-color: #9DFF8C; }
a { background-color: rgb(157,255,140); }
div.DivClassName
{
background-color: #9DFF8C;
}
.BgClassName
{
background-color: #9DFF8C;
}
</style>
border-color css
<style>
span { border-color: #9DFF8C; }
span { border-color: rgb(157,255,140); }
td.TdClassName
{
border-color: #9DFF8C;
}
.TagClassName
{
border-color: #9DFF8C;
}
</style>