Shades of Mint Green #A0FF95
Tints of Mint Green #A0FF95
RGB
CMYK
RGB Variations
Color information
#A0FF95 (or 0xA0FF95) is known color: Mint Green. HEX triplet: A0, FF and 95. RGB value is (160,255,149). Sum of RGB (Red+Green+Blue) = 160+255+149=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FF95 is #5F006A. Grayscale: #D6D6D6. Windows color (decimal): -6226027 or 9830304. OLE color: 9830304.
HSL color Cylindrical-coordinate representation of color #A0FF95: hue angle of 113.77º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0FF95 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
RGB | 160 | 255 | 149 | - |
CMYK | 0.37 | 0 | 0.42 | 0 |
HSL | 113.77º | 1% | 0.79% | - |
HSV(B) | 113.77º | 0.42% | 1% | - |
XYZ | 55.68 | 81.16 | 41.17 | - |
YUV | 214.51 | 91.03 | 89.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 255 | 149 | 0.37 | 0 | 0.42 | 0 | 113.77 | 1 | 0.79 |
Hex | A0 | FF | 95 | 25 | 0 | 2A | 0 | 72 | 64 | 4F |
Octal | 240 | 377 | 225 | 45 | 0 | 52 | 0 | 162 | 144 | 117 |
Binary | 10100000 | 11111111 | 10010101 | 100101 | 0 | 101010 | 0 | 1110010 | 1100100 | 1001111 |
Color Harmonies of #A0FF95
Complementary color
Monochromatic Colors of #A0FF95
Black with #A0FF95
Text Example
Text Example
White with #A0FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF95; }
p { color: rgb(160,255,149); }
H1.HeaderClassName
{
color: #A0FF95;
}
.AnyTagClassName
{
color: #A0FF95;
}
</style>
background-color css
<style>
a { background-color: #A0FF95; }
a { background-color: rgb(160,255,149); }
div.DivClassName
{
background-color: #A0FF95;
}
.BgClassName
{
background-color: #A0FF95;
}
</style>
border-color css
<style>
span { border-color: #A0FF95; }
span { border-color: rgb(160,255,149); }
td.TdClassName
{
border-color: #A0FF95;
}
.TagClassName
{
border-color: #A0FF95;
}
</style>