Shades of Mint Green #A0FD7B
Tints of Mint Green #A0FD7B
RGB
CMYK
RGB Variations
Color information
#A0FD7B (or 0xA0FD7B) is known color: Mint Green. HEX triplet: A0, FD and 7B. RGB value is (160,253,123). Sum of RGB (Red+Green+Blue) = 160+253+123=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD7B is #5F0284. Grayscale: #D2D2D2. Windows color (decimal): -6226565 or 8125856. OLE color: 8125856.
HSL color Cylindrical-coordinate representation of color #A0FD7B: hue angle of 102.92º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A0FD7B is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 123 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.01 |
| HSL | 102.92º | 0.97% | 0.74% | - |
| HSV(B) | 102.92º | 0.51% | 0.99% | - |
| XYZ | 53.2 | 79.15 | 31.21 | - |
| YUV | 210.37 | 78.69 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 123 | 0.37 | 0 | 0.51 | 0.01 | 102.92 | 0.97 | 0.74 |
| Hex | A0 | FD | 7B | 25 | 0 | 33 | 1 | 67 | 61 | 4A |
| Octal | 240 | 375 | 173 | 45 | 0 | 63 | 1 | 147 | 141 | 112 |
| Binary | 10100000 | 11111101 | 1111011 | 100101 | 0 | 110011 | 1 | 1100111 | 1100001 | 1001010 |
Color Harmonies of #A0FD7B
Complementary color
Monochromatic Colors of #A0FD7B
Black with #A0FD7B
Text Example
Text Example
White with #A0FD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FD7B; }
p { color: rgb(160,253,123); }
H1.HeaderClassName
{
color: #A0FD7B;
}
.AnyTagClassName
{
color: #A0FD7B;
}
</style>
background-color css
<style>
a { background-color: #A0FD7B; }
a { background-color: rgb(160,253,123); }
div.DivClassName
{
background-color: #A0FD7B;
}
.BgClassName
{
background-color: #A0FD7B;
}
</style>
border-color css
<style>
span { border-color: #A0FD7B; }
span { border-color: rgb(160,253,123); }
td.TdClassName
{
border-color: #A0FD7B;
}
.TagClassName
{
border-color: #A0FD7B;
}
</style>