Shades of Mint Green #9BFEA0
Tints of Mint Green #9BFEA0
RGB
CMYK
RGB Variations
Color information
#9BFEA0 (or 0x9BFEA0) is known color: Mint Green. HEX triplet: 9B, FE and A0. RGB value is (155,254,160). Sum of RGB (Red+Green+Blue) = 155+254+160=569 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.24% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFEA0 is #64015F. Grayscale: #D5D5D5. Windows color (decimal): -6553952 or 10550939. OLE color: 10550939.
HSL color Cylindrical-coordinate representation of color #9BFEA0: hue angle of 123.03º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEA0 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 160 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.00 |
| HSL | 123.03º | 0.98% | 0.8% | - |
| HSV(B) | 123.03º | 0.39% | 1% | - |
| XYZ | 55.3 | 80.39 | 45.86 | - |
| YUV | 213.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 160 | 0.39 | 0 | 0.37 | 0.00 | 123.03 | 0.98 | 0.8 |
| Hex | 9B | FE | A0 | 27 | 0 | 25 | 0 | 7B | 62 | 50 |
| Octal | 233 | 376 | 240 | 47 | 0 | 45 | 0 | 173 | 142 | 120 |
| Binary | 10011011 | 11111110 | 10100000 | 100111 | 0 | 100101 | 0 | 1111011 | 1100010 | 1010000 |
Color Harmonies of #9BFEA0
Complementary color
Monochromatic Colors of #9BFEA0
Black with #9BFEA0
Text Example
Text Example
White with #9BFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEA0; }
p { color: rgb(155,254,160); }
H1.HeaderClassName
{
color: #9BFEA0;
}
.AnyTagClassName
{
color: #9BFEA0;
}
</style>
background-color css
<style>
a { background-color: #9BFEA0; }
a { background-color: rgb(155,254,160); }
div.DivClassName
{
background-color: #9BFEA0;
}
.BgClassName
{
background-color: #9BFEA0;
}
</style>
border-color css
<style>
span { border-color: #9BFEA0; }
span { border-color: rgb(155,254,160); }
td.TdClassName
{
border-color: #9BFEA0;
}
.TagClassName
{
border-color: #9BFEA0;
}
</style>