Shades of Mint Green #9AFF8D
Tints of Mint Green #9AFF8D
RGB
CMYK
RGB Variations
Color information
#9AFF8D (or 0x9AFF8D) is known color: Mint Green. HEX triplet: 9A, FF and 8D. RGB value is (154,255,141). Sum of RGB (Red+Green+Blue) = 154+255+141=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFF8D is #650072. Grayscale: #D4D4D4. Windows color (decimal): -6619251 or 9306010. OLE color: 9306010.
HSL color Cylindrical-coordinate representation of color #9AFF8D: hue angle of 113.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AFF8D is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 141 | - |
| CMYK | 0.40 | 0 | 0.45 | 0 |
| HSL | 113.16º | 1% | 0.78% | - |
| HSV(B) | 113.16º | 0.45% | 1% | - |
| XYZ | 53.89 | 80.31 | 37.86 | - |
| YUV | 211.81 | 88.04 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 141 | 0.40 | 0 | 0.45 | 0 | 113.16 | 1 | 0.78 |
| Hex | 9A | FF | 8D | 28 | 0 | 2D | 0 | 71 | 64 | 4E |
| Octal | 232 | 377 | 215 | 50 | 0 | 55 | 0 | 161 | 144 | 116 |
| Binary | 10011010 | 11111111 | 10001101 | 101000 | 0 | 101101 | 0 | 1110001 | 1100100 | 1001110 |
Color Harmonies of #9AFF8D
Complementary color
Monochromatic Colors of #9AFF8D
Black with #9AFF8D
Text Example
Text Example
White with #9AFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF8D; }
p { color: rgb(154,255,141); }
H1.HeaderClassName
{
color: #9AFF8D;
}
.AnyTagClassName
{
color: #9AFF8D;
}
</style>
background-color css
<style>
a { background-color: #9AFF8D; }
a { background-color: rgb(154,255,141); }
div.DivClassName
{
background-color: #9AFF8D;
}
.BgClassName
{
background-color: #9AFF8D;
}
</style>
border-color css
<style>
span { border-color: #9AFF8D; }
span { border-color: rgb(154,255,141); }
td.TdClassName
{
border-color: #9AFF8D;
}
.TagClassName
{
border-color: #9AFF8D;
}
</style>