Shades of Mint Green #A8FF7F
Tints of Mint Green #A8FF7F
RGB
CMYK
RGB Variations
Color information
#A8FF7F (or 0xA8FF7F) is known color: Mint Green. HEX triplet: A8, FF and 7F. RGB value is (168,255,127). Sum of RGB (Red+Green+Blue) = 168+255+127=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 127 (50% from 255 or 23.09% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF7F is #570080. Grayscale: #D6D6D6. Windows color (decimal): -5701761 or 8388520. OLE color: 8388520.
HSL color Cylindrical-coordinate representation of color #A8FF7F: hue angle of 100.78º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8FF7F is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 127 | - |
| CMYK | 0.34 | 0 | 0.50 | 0 |
| HSL | 100.78º | 1% | 0.75% | - |
| HSV(B) | 100.78º | 0.5% | 1% | - |
| XYZ | 55.74 | 81.38 | 32.85 | - |
| YUV | 214.4 | 78.68 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 127 | 0.34 | 0 | 0.50 | 0 | 100.78 | 1 | 0.75 |
| Hex | A8 | FF | 7F | 22 | 0 | 32 | 0 | 65 | 64 | 4B |
| Octal | 250 | 377 | 177 | 42 | 0 | 62 | 0 | 145 | 144 | 113 |
| Binary | 10101000 | 11111111 | 1111111 | 100010 | 0 | 110010 | 0 | 1100101 | 1100100 | 1001011 |
Color Harmonies of #A8FF7F
Complementary color
Monochromatic Colors of #A8FF7F
Black with #A8FF7F
Text Example
Text Example
White with #A8FF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FF7F; }
p { color: rgb(168,255,127); }
H1.HeaderClassName
{
color: #A8FF7F;
}
.AnyTagClassName
{
color: #A8FF7F;
}
</style>
background-color css
<style>
a { background-color: #A8FF7F; }
a { background-color: rgb(168,255,127); }
div.DivClassName
{
background-color: #A8FF7F;
}
.BgClassName
{
background-color: #A8FF7F;
}
</style>
border-color css
<style>
span { border-color: #A8FF7F; }
span { border-color: rgb(168,255,127); }
td.TdClassName
{
border-color: #A8FF7F;
}
.TagClassName
{
border-color: #A8FF7F;
}
</style>