Shades of Mint Green #9EFFAF
Tints of Mint Green #9EFFAF
RGB
CMYK
RGB Variations
Color information
#9EFFAF (or 0x9EFFAF) is known color: Mint Green. HEX triplet: 9E, FF and AF. RGB value is (158,255,175). Sum of RGB (Red+Green+Blue) = 158+255+175=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EFFAF is #610050. Grayscale: #D9D9D9. Windows color (decimal): -6357073 or 11534238. OLE color: 11534238.
HSL color Cylindrical-coordinate representation of color #9EFFAF: hue angle of 130.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFAF is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 175 | - |
| CMYK | 0.38 | 0 | 0.31 | 0 |
| HSL | 130.52º | 1% | 0.81% | - |
| HSV(B) | 130.52º | 0.38% | 1% | - |
| XYZ | 57.6 | 81.88 | 53.33 | - |
| YUV | 216.88 | 104.36 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 175 | 0.38 | 0 | 0.31 | 0 | 130.52 | 1 | 0.81 |
| Hex | 9E | FF | AF | 26 | 0 | 1F | 0 | 83 | 64 | 51 |
| Octal | 236 | 377 | 257 | 46 | 0 | 37 | 0 | 203 | 144 | 121 |
| Binary | 10011110 | 11111111 | 10101111 | 100110 | 0 | 11111 | 0 | 10000011 | 1100100 | 1010001 |
Color Harmonies of #9EFFAF
Complementary color
Monochromatic Colors of #9EFFAF
Black with #9EFFAF
Text Example
Text Example
White with #9EFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFAF; }
p { color: rgb(158,255,175); }
H1.HeaderClassName
{
color: #9EFFAF;
}
.AnyTagClassName
{
color: #9EFFAF;
}
</style>
background-color css
<style>
a { background-color: #9EFFAF; }
a { background-color: rgb(158,255,175); }
div.DivClassName
{
background-color: #9EFFAF;
}
.BgClassName
{
background-color: #9EFFAF;
}
</style>
border-color css
<style>
span { border-color: #9EFFAF; }
span { border-color: rgb(158,255,175); }
td.TdClassName
{
border-color: #9EFFAF;
}
.TagClassName
{
border-color: #9EFFAF;
}
</style>