Shades of Mint Green #A8FFA5
Tints of Mint Green #A8FFA5
RGB
CMYK
RGB Variations
Color information
#A8FFA5 (or 0xA8FFA5) is known color: Mint Green. HEX triplet: A8, FF and A5. RGB value is (168,255,165). Sum of RGB (Red+Green+Blue) = 168+255+165=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 165 (64.84% from 255 or 28.06% from 588); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FFA5 is #57005A. Grayscale: #DBDBDB. Windows color (decimal): -5701723 or 10878888. OLE color: 10878888.
HSL color Cylindrical-coordinate representation of color #A8FFA5: hue angle of 118º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8FFA5 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 165 | - |
| CMYK | 0.34 | 0 | 0.35 | 0 |
| HSL | 118º | 1% | 0.82% | - |
| HSV(B) | 118º | 0.35% | 1% | - |
| XYZ | 58.7 | 82.56 | 48.44 | - |
| YUV | 218.73 | 97.68 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 165 | 0.34 | 0 | 0.35 | 0 | 118 | 1 | 0.82 |
| Hex | A8 | FF | A5 | 22 | 0 | 23 | 0 | 76 | 64 | 52 |
| Octal | 250 | 377 | 245 | 42 | 0 | 43 | 0 | 166 | 144 | 122 |
| Binary | 10101000 | 11111111 | 10100101 | 100010 | 0 | 100011 | 0 | 1110110 | 1100100 | 1010010 |
Color Harmonies of #A8FFA5
Complementary color
Monochromatic Colors of #A8FFA5
Black with #A8FFA5
Text Example
Text Example
White with #A8FFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFA5; }
p { color: rgb(168,255,165); }
H1.HeaderClassName
{
color: #A8FFA5;
}
.AnyTagClassName
{
color: #A8FFA5;
}
</style>
background-color css
<style>
a { background-color: #A8FFA5; }
a { background-color: rgb(168,255,165); }
div.DivClassName
{
background-color: #A8FFA5;
}
.BgClassName
{
background-color: #A8FFA5;
}
</style>
border-color css
<style>
span { border-color: #A8FFA5; }
span { border-color: rgb(168,255,165); }
td.TdClassName
{
border-color: #A8FFA5;
}
.TagClassName
{
border-color: #A8FFA5;
}
</style>