Shades of Mint Green #A5FF7D
Tints of Mint Green #A5FF7D
RGB
CMYK
RGB Variations
Color information
#A5FF7D (or 0xA5FF7D) is known color: Mint Green. HEX triplet: A5, FF and 7D. RGB value is (165,255,125). Sum of RGB (Red+Green+Blue) = 165+255+125=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF7D is #5A0082. Grayscale: #D5D5D5. Windows color (decimal): -5898371 or 8257445. OLE color: 8257445.
HSL color Cylindrical-coordinate representation of color #A5FF7D: hue angle of 101.54º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5FF7D is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 125 | - |
| CMYK | 0.35 | 0 | 0.51 | 0 |
| HSL | 101.54º | 1% | 0.75% | - |
| HSV(B) | 101.54º | 0.51% | 1% | - |
| XYZ | 54.98 | 81 | 32.14 | - |
| YUV | 213.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 125 | 0.35 | 0 | 0.51 | 0 | 101.54 | 1 | 0.75 |
| Hex | A5 | FF | 7D | 23 | 0 | 33 | 0 | 66 | 64 | 4B |
| Octal | 245 | 377 | 175 | 43 | 0 | 63 | 0 | 146 | 144 | 113 |
| Binary | 10100101 | 11111111 | 1111101 | 100011 | 0 | 110011 | 0 | 1100110 | 1100100 | 1001011 |
Color Harmonies of #A5FF7D
Complementary color
Monochromatic Colors of #A5FF7D
Black with #A5FF7D
Text Example
Text Example
White with #A5FF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FF7D; }
p { color: rgb(165,255,125); }
H1.HeaderClassName
{
color: #A5FF7D;
}
.AnyTagClassName
{
color: #A5FF7D;
}
</style>
background-color css
<style>
a { background-color: #A5FF7D; }
a { background-color: rgb(165,255,125); }
div.DivClassName
{
background-color: #A5FF7D;
}
.BgClassName
{
background-color: #A5FF7D;
}
</style>
border-color css
<style>
span { border-color: #A5FF7D; }
span { border-color: rgb(165,255,125); }
td.TdClassName
{
border-color: #A5FF7D;
}
.TagClassName
{
border-color: #A5FF7D;
}
</style>