Shades of Mint Green #A9FF85
Tints of Mint Green #A9FF85
RGB
CMYK
RGB Variations
Color information
#A9FF85 (or 0xA9FF85) is known color: Mint Green. HEX triplet: A9, FF and 85. RGB value is (169,255,133). Sum of RGB (Red+Green+Blue) = 169+255+133=557 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.34% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FF85 is #56007A. Grayscale: #D7D7D7. Windows color (decimal): -5636219 or 8781737. OLE color: 8781737.
HSL color Cylindrical-coordinate representation of color #A9FF85: hue angle of 102.3º 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 #A9FF85 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 133 | - |
| CMYK | 0.34 | 0 | 0.48 | 0 |
| HSL | 102.3º | 1% | 0.76% | - |
| HSV(B) | 102.3º | 0.48% | 1% | - |
| XYZ | 56.36 | 81.65 | 34.98 | - |
| YUV | 215.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 133 | 0.34 | 0 | 0.48 | 0 | 102.3 | 1 | 0.76 |
| Hex | A9 | FF | 85 | 22 | 0 | 30 | 0 | 66 | 64 | 4C |
| Octal | 251 | 377 | 205 | 42 | 0 | 60 | 0 | 146 | 144 | 114 |
| Binary | 10101001 | 11111111 | 10000101 | 100010 | 0 | 110000 | 0 | 1100110 | 1100100 | 1001100 |
Color Harmonies of #A9FF85
Complementary color
Monochromatic Colors of #A9FF85
Black with #A9FF85
Text Example
Text Example
White with #A9FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FF85; }
p { color: rgb(169,255,133); }
H1.HeaderClassName
{
color: #A9FF85;
}
.AnyTagClassName
{
color: #A9FF85;
}
</style>
background-color css
<style>
a { background-color: #A9FF85; }
a { background-color: rgb(169,255,133); }
div.DivClassName
{
background-color: #A9FF85;
}
.BgClassName
{
background-color: #A9FF85;
}
</style>
border-color css
<style>
span { border-color: #A9FF85; }
span { border-color: rgb(169,255,133); }
td.TdClassName
{
border-color: #A9FF85;
}
.TagClassName
{
border-color: #A9FF85;
}
</style>