Shades of Mint Green #A0FF7D
Tints of Mint Green #A0FF7D
RGB
CMYK
RGB Variations
Color information
#A0FF7D (or 0xA0FF7D) is known color: Mint Green. HEX triplet: A0, FF and 7D. RGB value is (160,255,125). Sum of RGB (Red+Green+Blue) = 160+255+125=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF7D is #5F0082. Grayscale: #D4D4D4. Windows color (decimal): -6226051 or 8257440. OLE color: 8257440.
HSL color Cylindrical-coordinate representation of color #A0FF7D: hue angle of 103.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FF7D is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
RGB | 160 | 255 | 125 | - |
CMYK | 0.37 | 0 | 0.51 | 0 |
HSL | 103.85º | 1% | 0.75% | - |
HSV(B) | 103.85º | 0.51% | 1% | - |
XYZ | 53.96 | 80.47 | 32.09 | - |
YUV | 211.78 | 79.03 | 91.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 255 | 125 | 0.37 | 0 | 0.51 | 0 | 103.85 | 1 | 0.75 |
Hex | A0 | FF | 7D | 25 | 0 | 33 | 0 | 68 | 64 | 4B |
Octal | 240 | 377 | 175 | 45 | 0 | 63 | 0 | 150 | 144 | 113 |
Binary | 10100000 | 11111111 | 1111101 | 100101 | 0 | 110011 | 0 | 1101000 | 1100100 | 1001011 |
Color Harmonies of #A0FF7D
Complementary color
Monochromatic Colors of #A0FF7D
Black with #A0FF7D
Text Example
Text Example
White with #A0FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF7D; }
p { color: rgb(160,255,125); }
H1.HeaderClassName
{
color: #A0FF7D;
}
.AnyTagClassName
{
color: #A0FF7D;
}
</style>
background-color css
<style>
a { background-color: #A0FF7D; }
a { background-color: rgb(160,255,125); }
div.DivClassName
{
background-color: #A0FF7D;
}
.BgClassName
{
background-color: #A0FF7D;
}
</style>
border-color css
<style>
span { border-color: #A0FF7D; }
span { border-color: rgb(160,255,125); }
td.TdClassName
{
border-color: #A0FF7D;
}
.TagClassName
{
border-color: #A0FF7D;
}
</style>