Shades of Mint Green #A0FF7B
Tints of Mint Green #A0FF7B
RGB
CMYK
RGB Variations
Color information
#A0FF7B (or 0xA0FF7B) is known color: Mint Green. HEX triplet: A0, FF and 7B. RGB value is (160,255,123). Sum of RGB (Red+Green+Blue) = 160+255+123=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF7B is #5F0084. Grayscale: #D3D3D3. Windows color (decimal): -6226053 or 8126368. OLE color: 8126368.
HSL color Cylindrical-coordinate representation of color #A0FF7B: hue angle of 103.18º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0FF7B is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 123 | - |
| CMYK | 0.37 | 0 | 0.52 | 0 |
| HSL | 103.18º | 1% | 0.74% | - |
| HSV(B) | 103.18º | 0.52% | 1% | - |
| XYZ | 53.83 | 80.42 | 31.42 | - |
| YUV | 211.55 | 78.03 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 123 | 0.37 | 0 | 0.52 | 0 | 103.18 | 1 | 0.74 |
| Hex | A0 | FF | 7B | 25 | 0 | 34 | 0 | 67 | 64 | 4A |
| Octal | 240 | 377 | 173 | 45 | 0 | 64 | 0 | 147 | 144 | 112 |
| Binary | 10100000 | 11111111 | 1111011 | 100101 | 0 | 110100 | 0 | 1100111 | 1100100 | 1001010 |
Color Harmonies of #A0FF7B
Complementary color
Monochromatic Colors of #A0FF7B
Black with #A0FF7B
Text Example
Text Example
White with #A0FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FF7B; }
p { color: rgb(160,255,123); }
H1.HeaderClassName
{
color: #A0FF7B;
}
.AnyTagClassName
{
color: #A0FF7B;
}
</style>
background-color css
<style>
a { background-color: #A0FF7B; }
a { background-color: rgb(160,255,123); }
div.DivClassName
{
background-color: #A0FF7B;
}
.BgClassName
{
background-color: #A0FF7B;
}
</style>
border-color css
<style>
span { border-color: #A0FF7B; }
span { border-color: rgb(160,255,123); }
td.TdClassName
{
border-color: #A0FF7B;
}
.TagClassName
{
border-color: #A0FF7B;
}
</style>