Shades of Mint Green #9AFF8E
Tints of Mint Green #9AFF8E
RGB
CMYK
RGB Variations
Color information
#9AFF8E (or 0x9AFF8E) is known color: Mint Green. HEX triplet: 9A, FF and 8E. RGB value is (154,255,142). Sum of RGB (Red+Green+Blue) = 154+255+142=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFF8E is #650071. Grayscale: #D4D4D4. Windows color (decimal): -6619250 or 9371546. OLE color: 9371546.
HSL color Cylindrical-coordinate representation of color #9AFF8E: hue angle of 113.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AFF8E is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 142 | - |
| CMYK | 0.40 | 0 | 0.44 | 0 |
| HSL | 113.63º | 1% | 0.78% | - |
| HSV(B) | 113.63º | 0.44% | 1% | - |
| XYZ | 53.97 | 80.34 | 38.25 | - |
| YUV | 211.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 142 | 0.40 | 0 | 0.44 | 0 | 113.63 | 1 | 0.78 |
| Hex | 9A | FF | 8E | 28 | 0 | 2C | 0 | 72 | 64 | 4E |
| Octal | 232 | 377 | 216 | 50 | 0 | 54 | 0 | 162 | 144 | 116 |
| Binary | 10011010 | 11111111 | 10001110 | 101000 | 0 | 101100 | 0 | 1110010 | 1100100 | 1001110 |
Color Harmonies of #9AFF8E
Complementary color
Monochromatic Colors of #9AFF8E
Black with #9AFF8E
Text Example
Text Example
White with #9AFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF8E; }
p { color: rgb(154,255,142); }
H1.HeaderClassName
{
color: #9AFF8E;
}
.AnyTagClassName
{
color: #9AFF8E;
}
</style>
background-color css
<style>
a { background-color: #9AFF8E; }
a { background-color: rgb(154,255,142); }
div.DivClassName
{
background-color: #9AFF8E;
}
.BgClassName
{
background-color: #9AFF8E;
}
</style>
border-color css
<style>
span { border-color: #9AFF8E; }
span { border-color: rgb(154,255,142); }
td.TdClassName
{
border-color: #9AFF8E;
}
.TagClassName
{
border-color: #9AFF8E;
}
</style>