Shades of Mint Green #A1FD7A
Tints of Mint Green #A1FD7A
RGB
CMYK
RGB Variations
Color information
#A1FD7A (or 0xA1FD7A) is known color: Mint Green. HEX triplet: A1, FD and 7A. RGB value is (161,253,122). Sum of RGB (Red+Green+Blue) = 161+253+122=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 253 (99.22% from 255 or 47.20% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FD7A is #5E0285. Grayscale: #D2D2D2. Windows color (decimal): -6161030 or 8060321. OLE color: 8060321.
HSL color Cylindrical-coordinate representation of color #A1FD7A: hue angle of 102.14º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1FD7A is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 122 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.01 |
| HSL | 102.14º | 0.97% | 0.74% | - |
| HSV(B) | 102.14º | 0.52% | 0.99% | - |
| XYZ | 53.34 | 79.23 | 30.89 | - |
| YUV | 210.56 | 78.02 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 122 | 0.36 | 0 | 0.52 | 0.01 | 102.14 | 0.97 | 0.74 |
| Hex | A1 | FD | 7A | 24 | 0 | 34 | 1 | 66 | 61 | 4A |
| Octal | 241 | 375 | 172 | 44 | 0 | 64 | 1 | 146 | 141 | 112 |
| Binary | 10100001 | 11111101 | 1111010 | 100100 | 0 | 110100 | 1 | 1100110 | 1100001 | 1001010 |
Color Harmonies of #A1FD7A
Complementary color
Monochromatic Colors of #A1FD7A
Black with #A1FD7A
Text Example
Text Example
White with #A1FD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FD7A; }
p { color: rgb(161,253,122); }
H1.HeaderClassName
{
color: #A1FD7A;
}
.AnyTagClassName
{
color: #A1FD7A;
}
</style>
background-color css
<style>
a { background-color: #A1FD7A; }
a { background-color: rgb(161,253,122); }
div.DivClassName
{
background-color: #A1FD7A;
}
.BgClassName
{
background-color: #A1FD7A;
}
</style>
border-color css
<style>
span { border-color: #A1FD7A; }
span { border-color: rgb(161,253,122); }
td.TdClassName
{
border-color: #A1FD7A;
}
.TagClassName
{
border-color: #A1FD7A;
}
</style>