Shades of Mint Green #9BFEAF
Tints of Mint Green #9BFEAF
RGB
CMYK
RGB Variations
Color information
#9BFEAF (or 0x9BFEAF) is known color: Mint Green. HEX triplet: 9B, FE and AF. RGB value is (155,254,175). Sum of RGB (Red+Green+Blue) = 155+254+175=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFEAF is #640150. Grayscale: #D7D7D7. Windows color (decimal): -6553937 or 11533979. OLE color: 11533979.
HSL color Cylindrical-coordinate representation of color #9BFEAF: hue angle of 132.12º 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 #9BFEAF is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 175 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.00 |
| HSL | 132.12º | 0.98% | 0.8% | - |
| HSV(B) | 132.12º | 0.39% | 1% | - |
| XYZ | 56.7 | 80.95 | 53.19 | - |
| YUV | 215.39 | 105.2 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 175 | 0.39 | 0 | 0.31 | 0.00 | 132.12 | 0.98 | 0.8 |
| Hex | 9B | FE | AF | 27 | 0 | 1F | 0 | 84 | 62 | 50 |
| Octal | 233 | 376 | 257 | 47 | 0 | 37 | 0 | 204 | 142 | 120 |
| Binary | 10011011 | 11111110 | 10101111 | 100111 | 0 | 11111 | 0 | 10000100 | 1100010 | 1010000 |
Color Harmonies of #9BFEAF
Complementary color
Monochromatic Colors of #9BFEAF
Black with #9BFEAF
Text Example
Text Example
White with #9BFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEAF; }
p { color: rgb(155,254,175); }
H1.HeaderClassName
{
color: #9BFEAF;
}
.AnyTagClassName
{
color: #9BFEAF;
}
</style>
background-color css
<style>
a { background-color: #9BFEAF; }
a { background-color: rgb(155,254,175); }
div.DivClassName
{
background-color: #9BFEAF;
}
.BgClassName
{
background-color: #9BFEAF;
}
</style>
border-color css
<style>
span { border-color: #9BFEAF; }
span { border-color: rgb(155,254,175); }
td.TdClassName
{
border-color: #9BFEAF;
}
.TagClassName
{
border-color: #9BFEAF;
}
</style>