Shades of Mint Green #A3FF85
Tints of Mint Green #A3FF85
RGB
CMYK
RGB Variations
Color information
#A3FF85 (or 0xA3FF85) is known color: Mint Green. HEX triplet: A3, FF and 85. RGB value is (163,255,133). Sum of RGB (Red+Green+Blue) = 163+255+133=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3FF85 is #5C007A. Grayscale: #D5D5D5. Windows color (decimal): -6029435 or 8781731. OLE color: 8781731.
HSL color Cylindrical-coordinate representation of color #A3FF85: hue angle of 105.25º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A3FF85 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 133 | - |
| CMYK | 0.36 | 0 | 0.48 | 0 |
| HSL | 105.25º | 1% | 0.76% | - |
| HSV(B) | 105.25º | 0.48% | 1% | - |
| XYZ | 55.1 | 81 | 34.92 | - |
| YUV | 213.58 | 82.52 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 133 | 0.36 | 0 | 0.48 | 0 | 105.25 | 1 | 0.76 |
| Hex | A3 | FF | 85 | 24 | 0 | 30 | 0 | 69 | 64 | 4C |
| Octal | 243 | 377 | 205 | 44 | 0 | 60 | 0 | 151 | 144 | 114 |
| Binary | 10100011 | 11111111 | 10000101 | 100100 | 0 | 110000 | 0 | 1101001 | 1100100 | 1001100 |
Color Harmonies of #A3FF85
Complementary color
Monochromatic Colors of #A3FF85
Black with #A3FF85
Text Example
Text Example
White with #A3FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FF85; }
p { color: rgb(163,255,133); }
H1.HeaderClassName
{
color: #A3FF85;
}
.AnyTagClassName
{
color: #A3FF85;
}
</style>
background-color css
<style>
a { background-color: #A3FF85; }
a { background-color: rgb(163,255,133); }
div.DivClassName
{
background-color: #A3FF85;
}
.BgClassName
{
background-color: #A3FF85;
}
</style>
border-color css
<style>
span { border-color: #A3FF85; }
span { border-color: rgb(163,255,133); }
td.TdClassName
{
border-color: #A3FF85;
}
.TagClassName
{
border-color: #A3FF85;
}
</style>