Shades of Mint Green #A5FFAF
Tints of Mint Green #A5FFAF
RGB
CMYK
RGB Variations
Color information
#A5FFAF (or 0xA5FFAF) is known color: Mint Green. HEX triplet: A5, FF and AF. RGB value is (165,255,175). Sum of RGB (Red+Green+Blue) = 165+255+175=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FFAF is #5A0050. Grayscale: #DBDBDB. Windows color (decimal): -5898321 or 11534245. OLE color: 11534245.
HSL color Cylindrical-coordinate representation of color #A5FFAF: hue angle of 126.67º 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 #A5FFAF is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 175 | - |
| CMYK | 0.35 | 0 | 0.31 | 0 |
| HSL | 126.67º | 1% | 0.82% | - |
| HSV(B) | 126.67º | 0.35% | 1% | - |
| XYZ | 59.01 | 82.61 | 53.39 | - |
| YUV | 218.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 175 | 0.35 | 0 | 0.31 | 0 | 126.67 | 1 | 0.82 |
| Hex | A5 | FF | AF | 23 | 0 | 1F | 0 | 7F | 64 | 52 |
| Octal | 245 | 377 | 257 | 43 | 0 | 37 | 0 | 177 | 144 | 122 |
| Binary | 10100101 | 11111111 | 10101111 | 100011 | 0 | 11111 | 0 | 1111111 | 1100100 | 1010010 |
Color Harmonies of #A5FFAF
Complementary color
Monochromatic Colors of #A5FFAF
Black with #A5FFAF
Text Example
Text Example
White with #A5FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFAF; }
p { color: rgb(165,255,175); }
H1.HeaderClassName
{
color: #A5FFAF;
}
.AnyTagClassName
{
color: #A5FFAF;
}
</style>
background-color css
<style>
a { background-color: #A5FFAF; }
a { background-color: rgb(165,255,175); }
div.DivClassName
{
background-color: #A5FFAF;
}
.BgClassName
{
background-color: #A5FFAF;
}
</style>
border-color css
<style>
span { border-color: #A5FFAF; }
span { border-color: rgb(165,255,175); }
td.TdClassName
{
border-color: #A5FFAF;
}
.TagClassName
{
border-color: #A5FFAF;
}
</style>