Shades of Mint Green #99FFA0
Tints of Mint Green #99FFA0
RGB
CMYK
RGB Variations
Color information
#99FFA0 (or 0x99FFA0) is known color: Mint Green. HEX triplet: 99, FF and A0. RGB value is (153,255,160). Sum of RGB (Red+Green+Blue) = 153+255+160=568 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.94% from 568); Green value is 255 (100% from 255 or 44.89% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99FFA0 is #66005F. Grayscale: #D5D5D5. Windows color (decimal): -6684768 or 10551193. OLE color: 10551193.
HSL color Cylindrical-coordinate representation of color #99FFA0: hue angle of 124.12º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFA0 is Cyan = 0.4, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 160 | - |
| CMYK | 0.4 | 0 | 0.37 | 0 |
| HSL | 124.12º | 1% | 0.8% | - |
| HSV(B) | 124.12º | 0.4% | 1% | - |
| XYZ | 55.24 | 80.83 | 45.95 | - |
| YUV | 213.67 | 97.71 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 160 | 0.4 | 0 | 0.37 | 0 | 124.12 | 1 | 0.8 |
| Hex | 99 | FF | A0 | 28 | 0 | 25 | 0 | 7C | 64 | 50 |
| Octal | 231 | 377 | 240 | 50 | 0 | 45 | 0 | 174 | 144 | 120 |
| Binary | 10011001 | 11111111 | 10100000 | 101000 | 0 | 100101 | 0 | 1111100 | 1100100 | 1010000 |
Color Harmonies of #99FFA0
Complementary color
Monochromatic Colors of #99FFA0
Black with #99FFA0
Text Example
Text Example
White with #99FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFA0; }
p { color: rgb(153,255,160); }
H1.HeaderClassName
{
color: #99FFA0;
}
.AnyTagClassName
{
color: #99FFA0;
}
</style>
background-color css
<style>
a { background-color: #99FFA0; }
a { background-color: rgb(153,255,160); }
div.DivClassName
{
background-color: #99FFA0;
}
.BgClassName
{
background-color: #99FFA0;
}
</style>
border-color css
<style>
span { border-color: #99FFA0; }
span { border-color: rgb(153,255,160); }
td.TdClassName
{
border-color: #99FFA0;
}
.TagClassName
{
border-color: #99FFA0;
}
</style>