Shades of Mint Green #A8FF8A
Tints of Mint Green #A8FF8A
RGB
CMYK
RGB Variations
Color information
#A8FF8A (or 0xA8FF8A) is known color: Mint Green. HEX triplet: A8, FF and 8A. RGB value is (168,255,138). Sum of RGB (Red+Green+Blue) = 168+255+138=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 138 (54.30% from 255 or 24.60% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FF8A is #570075. Grayscale: #D8D8D8. Windows color (decimal): -5701750 or 9109416. OLE color: 9109416.
HSL color Cylindrical-coordinate representation of color #A8FF8A: hue angle of 104.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8FF8A is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 138 | - |
| CMYK | 0.34 | 0 | 0.46 | 0 |
| HSL | 104.62º | 1% | 0.77% | - |
| HSV(B) | 104.62º | 0.46% | 1% | - |
| XYZ | 56.5 | 81.68 | 36.83 | - |
| YUV | 215.65 | 84.18 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 138 | 0.34 | 0 | 0.46 | 0 | 104.62 | 1 | 0.77 |
| Hex | A8 | FF | 8A | 22 | 0 | 2E | 0 | 69 | 64 | 4D |
| Octal | 250 | 377 | 212 | 42 | 0 | 56 | 0 | 151 | 144 | 115 |
| Binary | 10101000 | 11111111 | 10001010 | 100010 | 0 | 101110 | 0 | 1101001 | 1100100 | 1001101 |
Color Harmonies of #A8FF8A
Complementary color
Monochromatic Colors of #A8FF8A
Black with #A8FF8A
Text Example
Text Example
White with #A8FF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF8A; }
p { color: rgb(168,255,138); }
H1.HeaderClassName
{
color: #A8FF8A;
}
.AnyTagClassName
{
color: #A8FF8A;
}
</style>
background-color css
<style>
a { background-color: #A8FF8A; }
a { background-color: rgb(168,255,138); }
div.DivClassName
{
background-color: #A8FF8A;
}
.BgClassName
{
background-color: #A8FF8A;
}
</style>
border-color css
<style>
span { border-color: #A8FF8A; }
span { border-color: rgb(168,255,138); }
td.TdClassName
{
border-color: #A8FF8A;
}
.TagClassName
{
border-color: #A8FF8A;
}
</style>