Shades of Mint Green #A8FD85
Tints of Mint Green #A8FD85
RGB
CMYK
RGB Variations
Color information
#A8FD85 (or 0xA8FD85) is known color: Mint Green. HEX triplet: A8, FD and 85. RGB value is (168,253,133). Sum of RGB (Red+Green+Blue) = 168+253+133=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FD85 is #57027A. Grayscale: #D6D6D6. Windows color (decimal): -5702267 or 8781224. OLE color: 8781224.
HSL color Cylindrical-coordinate representation of color #A8FD85: hue angle of 102.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8FD85 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 133 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.01 |
| HSL | 102.5º | 0.97% | 0.76% | - |
| HSV(B) | 102.5º | 0.47% | 0.99% | - |
| XYZ | 55.51 | 80.27 | 34.76 | - |
| YUV | 213.91 | 82.34 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 133 | 0.34 | 0 | 0.47 | 0.01 | 102.5 | 0.97 | 0.76 |
| Hex | A8 | FD | 85 | 22 | 0 | 2F | 1 | 66 | 61 | 4C |
| Octal | 250 | 375 | 205 | 42 | 0 | 57 | 1 | 146 | 141 | 114 |
| Binary | 10101000 | 11111101 | 10000101 | 100010 | 0 | 101111 | 1 | 1100110 | 1100001 | 1001100 |
Color Harmonies of #A8FD85
Complementary color
Monochromatic Colors of #A8FD85
Black with #A8FD85
Text Example
Text Example
White with #A8FD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD85; }
p { color: rgb(168,253,133); }
H1.HeaderClassName
{
color: #A8FD85;
}
.AnyTagClassName
{
color: #A8FD85;
}
</style>
background-color css
<style>
a { background-color: #A8FD85; }
a { background-color: rgb(168,253,133); }
div.DivClassName
{
background-color: #A8FD85;
}
.BgClassName
{
background-color: #A8FD85;
}
</style>
border-color css
<style>
span { border-color: #A8FD85; }
span { border-color: rgb(168,253,133); }
td.TdClassName
{
border-color: #A8FD85;
}
.TagClassName
{
border-color: #A8FD85;
}
</style>