Shades of Mint Green #9BFF8A
Tints of Mint Green #9BFF8A
RGB
CMYK
RGB Variations
Color information
#9BFF8A (or 0x9BFF8A) is known color: Mint Green. HEX triplet: 9B, FF and 8A. RGB value is (155,255,138). Sum of RGB (Red+Green+Blue) = 155+255+138=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFF8A is #640075. Grayscale: #D4D4D4. Windows color (decimal): -6553718 or 9109403. OLE color: 9109403.
HSL color Cylindrical-coordinate representation of color #9BFF8A: hue angle of 111.28º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BFF8A is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 138 | - |
| CMYK | 0.39 | 0 | 0.46 | 0 |
| HSL | 111.28º | 1% | 0.77% | - |
| HSV(B) | 111.28º | 0.46% | 1% | - |
| XYZ | 53.87 | 80.32 | 36.71 | - |
| YUV | 211.76 | 86.37 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 138 | 0.39 | 0 | 0.46 | 0 | 111.28 | 1 | 0.77 |
| Hex | 9B | FF | 8A | 27 | 0 | 2E | 0 | 6F | 64 | 4D |
| Octal | 233 | 377 | 212 | 47 | 0 | 56 | 0 | 157 | 144 | 115 |
| Binary | 10011011 | 11111111 | 10001010 | 100111 | 0 | 101110 | 0 | 1101111 | 1100100 | 1001101 |
Color Harmonies of #9BFF8A
Complementary color
Monochromatic Colors of #9BFF8A
Black with #9BFF8A
Text Example
Text Example
White with #9BFF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF8A; }
p { color: rgb(155,255,138); }
H1.HeaderClassName
{
color: #9BFF8A;
}
.AnyTagClassName
{
color: #9BFF8A;
}
</style>
background-color css
<style>
a { background-color: #9BFF8A; }
a { background-color: rgb(155,255,138); }
div.DivClassName
{
background-color: #9BFF8A;
}
.BgClassName
{
background-color: #9BFF8A;
}
</style>
border-color css
<style>
span { border-color: #9BFF8A; }
span { border-color: rgb(155,255,138); }
td.TdClassName
{
border-color: #9BFF8A;
}
.TagClassName
{
border-color: #9BFF8A;
}
</style>