Shades of Mint Green #9AFF96
Tints of Mint Green #9AFF96
RGB
CMYK
RGB Variations
Color information
#9AFF96 (or 0x9AFF96) is known color: Mint Green. HEX triplet: 9A, FF and 96. RGB value is (154,255,150). Sum of RGB (Red+Green+Blue) = 154+255+150=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 150 (58.98% from 255 or 26.83% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFF96 is #650069. Grayscale: #D5D5D5. Windows color (decimal): -6619242 or 9895834. OLE color: 9895834.
HSL color Cylindrical-coordinate representation of color #9AFF96: hue angle of 117.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AFF96 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 150 | - |
| CMYK | 0.40 | 0 | 0.41 | 0 |
| HSL | 117.71º | 1% | 0.79% | - |
| HSV(B) | 117.71º | 0.41% | 1% | - |
| XYZ | 54.59 | 80.59 | 41.53 | - |
| YUV | 212.83 | 92.54 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 150 | 0.40 | 0 | 0.41 | 0 | 117.71 | 1 | 0.79 |
| Hex | 9A | FF | 96 | 28 | 0 | 29 | 0 | 76 | 64 | 4F |
| Octal | 232 | 377 | 226 | 50 | 0 | 51 | 0 | 166 | 144 | 117 |
| Binary | 10011010 | 11111111 | 10010110 | 101000 | 0 | 101001 | 0 | 1110110 | 1100100 | 1001111 |
Color Harmonies of #9AFF96
Complementary color
Monochromatic Colors of #9AFF96
Black with #9AFF96
Text Example
Text Example
White with #9AFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF96; }
p { color: rgb(154,255,150); }
H1.HeaderClassName
{
color: #9AFF96;
}
.AnyTagClassName
{
color: #9AFF96;
}
</style>
background-color css
<style>
a { background-color: #9AFF96; }
a { background-color: rgb(154,255,150); }
div.DivClassName
{
background-color: #9AFF96;
}
.BgClassName
{
background-color: #9AFF96;
}
</style>
border-color css
<style>
span { border-color: #9AFF96; }
span { border-color: rgb(154,255,150); }
td.TdClassName
{
border-color: #9AFF96;
}
.TagClassName
{
border-color: #9AFF96;
}
</style>