Shades of Mint Green #9BFFAC
Tints of Mint Green #9BFFAC
RGB
CMYK
RGB Variations
Color information
#9BFFAC (or 0x9BFFAC) is known color: Mint Green. HEX triplet: 9B, FF and AC. RGB value is (155,255,172). Sum of RGB (Red+Green+Blue) = 155+255+172=582 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.63% from 582); Green value is 255 (100% from 255 or 43.81% from 582); Blue value is 172 (67.58% from 255 or 29.55% from 582); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFAC is #640053. Grayscale: #D7D7D7. Windows color (decimal): -6553684 or 11337627. OLE color: 11337627.
HSL color Cylindrical-coordinate representation of color #9BFFAC: hue angle of 130.2º 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 #9BFFAC is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 172 | - |
| CMYK | 0.39 | 0 | 0.33 | 0 |
| HSL | 130.2º | 1% | 0.8% | - |
| HSV(B) | 130.2º | 0.39% | 1% | - |
| XYZ | 56.72 | 81.47 | 51.76 | - |
| YUV | 215.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 172 | 0.39 | 0 | 0.33 | 0 | 130.2 | 1 | 0.8 |
| Hex | 9B | FF | AC | 27 | 0 | 21 | 0 | 82 | 64 | 50 |
| Octal | 233 | 377 | 254 | 47 | 0 | 41 | 0 | 202 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10101100 | 100111 | 0 | 100001 | 0 | 10000010 | 1100100 | 1010000 |
Color Harmonies of #9BFFAC
Complementary color
Monochromatic Colors of #9BFFAC
Black with #9BFFAC
Text Example
Text Example
White with #9BFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFAC; }
p { color: rgb(155,255,172); }
H1.HeaderClassName
{
color: #9BFFAC;
}
.AnyTagClassName
{
color: #9BFFAC;
}
</style>
background-color css
<style>
a { background-color: #9BFFAC; }
a { background-color: rgb(155,255,172); }
div.DivClassName
{
background-color: #9BFFAC;
}
.BgClassName
{
background-color: #9BFFAC;
}
</style>
border-color css
<style>
span { border-color: #9BFFAC; }
span { border-color: rgb(155,255,172); }
td.TdClassName
{
border-color: #9BFFAC;
}
.TagClassName
{
border-color: #9BFFAC;
}
</style>