Shades of Mint Green #A8FF82
Tints of Mint Green #A8FF82
RGB
CMYK
RGB Variations
Color information
#A8FF82 (or 0xA8FF82) is known color: Mint Green. HEX triplet: A8, FF and 82. RGB value is (168,255,130). Sum of RGB (Red+Green+Blue) = 168+255+130=553 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.38% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FF82 is #57007D. Grayscale: #D7D7D7. Windows color (decimal): -5701758 or 8585128. OLE color: 8585128.
HSL color Cylindrical-coordinate representation of color #A8FF82: hue angle of 101.76º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8FF82 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 130 | - |
| CMYK | 0.34 | 0 | 0.49 | 0 |
| HSL | 101.76º | 1% | 0.75% | - |
| HSV(B) | 101.76º | 0.49% | 1% | - |
| XYZ | 55.94 | 81.46 | 33.89 | - |
| YUV | 214.74 | 80.18 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 130 | 0.34 | 0 | 0.49 | 0 | 101.76 | 1 | 0.75 |
| Hex | A8 | FF | 82 | 22 | 0 | 31 | 0 | 66 | 64 | 4B |
| Octal | 250 | 377 | 202 | 42 | 0 | 61 | 0 | 146 | 144 | 113 |
| Binary | 10101000 | 11111111 | 10000010 | 100010 | 0 | 110001 | 0 | 1100110 | 1100100 | 1001011 |
Color Harmonies of #A8FF82
Complementary color
Monochromatic Colors of #A8FF82
Black with #A8FF82
Text Example
Text Example
White with #A8FF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF82; }
p { color: rgb(168,255,130); }
H1.HeaderClassName
{
color: #A8FF82;
}
.AnyTagClassName
{
color: #A8FF82;
}
</style>
background-color css
<style>
a { background-color: #A8FF82; }
a { background-color: rgb(168,255,130); }
div.DivClassName
{
background-color: #A8FF82;
}
.BgClassName
{
background-color: #A8FF82;
}
</style>
border-color css
<style>
span { border-color: #A8FF82; }
span { border-color: rgb(168,255,130); }
td.TdClassName
{
border-color: #A8FF82;
}
.TagClassName
{
border-color: #A8FF82;
}
</style>