Shades of Mint Green #A0FEB3
Tints of Mint Green #A0FEB3
RGB
CMYK
RGB Variations
Color information
#A0FEB3 (or 0xA0FEB3) is known color: Mint Green. HEX triplet: A0, FE and B3. RGB value is (160,254,179). Sum of RGB (Red+Green+Blue) = 160+254+179=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEB3 is #5F014C. Grayscale: #D9D9D9. Windows color (decimal): -6226253 or 11796128. OLE color: 11796128.
HSL color Cylindrical-coordinate representation of color #A0FEB3: hue angle of 132.13º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEB3 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 179 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.00 |
| HSL | 132.13º | 0.98% | 0.81% | - |
| HSV(B) | 132.13º | 0.37% | 1% | - |
| XYZ | 58.08 | 81.61 | 55.34 | - |
| YUV | 217.34 | 106.36 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 179 | 0.37 | 0 | 0.30 | 0.00 | 132.13 | 0.98 | 0.81 |
| Hex | A0 | FE | B3 | 25 | 0 | 1E | 0 | 84 | 62 | 51 |
| Octal | 240 | 376 | 263 | 45 | 0 | 36 | 0 | 204 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10110011 | 100101 | 0 | 11110 | 0 | 10000100 | 1100010 | 1010001 |
Color Harmonies of #A0FEB3
Complementary color
Monochromatic Colors of #A0FEB3
Black with #A0FEB3
Text Example
Text Example
White with #A0FEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEB3; }
p { color: rgb(160,254,179); }
H1.HeaderClassName
{
color: #A0FEB3;
}
.AnyTagClassName
{
color: #A0FEB3;
}
</style>
background-color css
<style>
a { background-color: #A0FEB3; }
a { background-color: rgb(160,254,179); }
div.DivClassName
{
background-color: #A0FEB3;
}
.BgClassName
{
background-color: #A0FEB3;
}
</style>
border-color css
<style>
span { border-color: #A0FEB3; }
span { border-color: rgb(160,254,179); }
td.TdClassName
{
border-color: #A0FEB3;
}
.TagClassName
{
border-color: #A0FEB3;
}
</style>