Shades of Mint Green #A1FF78
Tints of Mint Green #A1FF78
RGB
CMYK
RGB Variations
Color information
#A1FF78 (or 0xA1FF78) is known color: Mint Green. HEX triplet: A1, FF and 78. RGB value is (161,255,120). Sum of RGB (Red+Green+Blue) = 161+255+120=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF78 is #5E0087. Grayscale: #D3D3D3. Windows color (decimal): -6160520 or 7929761. OLE color: 7929761.
HSL color Cylindrical-coordinate representation of color #A1FF78: hue angle of 101.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1FF78 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 120 | - |
| CMYK | 0.37 | 0 | 0.53 | 0 |
| HSL | 101.78º | 1% | 0.74% | - |
| HSV(B) | 101.78º | 0.53% | 1% | - |
| XYZ | 53.85 | 80.45 | 30.46 | - |
| YUV | 211.5 | 76.36 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 120 | 0.37 | 0 | 0.53 | 0 | 101.78 | 1 | 0.74 |
| Hex | A1 | FF | 78 | 25 | 0 | 35 | 0 | 66 | 64 | 4A |
| Octal | 241 | 377 | 170 | 45 | 0 | 65 | 0 | 146 | 144 | 112 |
| Binary | 10100001 | 11111111 | 1111000 | 100101 | 0 | 110101 | 0 | 1100110 | 1100100 | 1001010 |
Color Harmonies of #A1FF78
Complementary color
Monochromatic Colors of #A1FF78
Black with #A1FF78
Text Example
Text Example
White with #A1FF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF78; }
p { color: rgb(161,255,120); }
H1.HeaderClassName
{
color: #A1FF78;
}
.AnyTagClassName
{
color: #A1FF78;
}
</style>
background-color css
<style>
a { background-color: #A1FF78; }
a { background-color: rgb(161,255,120); }
div.DivClassName
{
background-color: #A1FF78;
}
.BgClassName
{
background-color: #A1FF78;
}
</style>
border-color css
<style>
span { border-color: #A1FF78; }
span { border-color: rgb(161,255,120); }
td.TdClassName
{
border-color: #A1FF78;
}
.TagClassName
{
border-color: #A1FF78;
}
</style>