Shades of Mint Green #9BFFA0
Tints of Mint Green #9BFFA0
RGB
CMYK
RGB Variations
Color information
#9BFFA0 (or 0x9BFFA0) is known color: Mint Green. HEX triplet: 9B, FF and A0. RGB value is (155,255,160). Sum of RGB (Red+Green+Blue) = 155+255+160=570 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.19% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 160 (62.89% from 255 or 28.07% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFA0 is #64005F. Grayscale: #D6D6D6. Windows color (decimal): -6553696 or 10551195. OLE color: 10551195.
HSL color Cylindrical-coordinate representation of color #9BFFA0: hue angle of 123º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFA0 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 160 | - |
| CMYK | 0.39 | 0 | 0.37 | 0 |
| HSL | 123º | 1% | 0.8% | - |
| HSV(B) | 123º | 0.39% | 1% | - |
| XYZ | 55.62 | 81.03 | 45.97 | - |
| YUV | 214.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 160 | 0.39 | 0 | 0.37 | 0 | 123 | 1 | 0.8 |
| Hex | 9B | FF | A0 | 27 | 0 | 25 | 0 | 7B | 64 | 50 |
| Octal | 233 | 377 | 240 | 47 | 0 | 45 | 0 | 173 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10100000 | 100111 | 0 | 100101 | 0 | 1111011 | 1100100 | 1010000 |
Color Harmonies of #9BFFA0
Complementary color
Monochromatic Colors of #9BFFA0
Black with #9BFFA0
Text Example
Text Example
White with #9BFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFA0; }
p { color: rgb(155,255,160); }
H1.HeaderClassName
{
color: #9BFFA0;
}
.AnyTagClassName
{
color: #9BFFA0;
}
</style>
background-color css
<style>
a { background-color: #9BFFA0; }
a { background-color: rgb(155,255,160); }
div.DivClassName
{
background-color: #9BFFA0;
}
.BgClassName
{
background-color: #9BFFA0;
}
</style>
border-color css
<style>
span { border-color: #9BFFA0; }
span { border-color: rgb(155,255,160); }
td.TdClassName
{
border-color: #9BFFA0;
}
.TagClassName
{
border-color: #9BFFA0;
}
</style>