Shades of Mint Green #A1FF7B
Tints of Mint Green #A1FF7B
RGB
CMYK
RGB Variations
Color information
#A1FF7B (or 0xA1FF7B) is known color: Mint Green. HEX triplet: A1, FF and 7B. RGB value is (161,255,123). Sum of RGB (Red+Green+Blue) = 161+255+123=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1FF7B is #5E0084. Grayscale: #D4D4D4. Windows color (decimal): -6160517 or 8126369. OLE color: 8126369.
HSL color Cylindrical-coordinate representation of color #A1FF7B: hue angle of 102.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1FF7B is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 123 | - |
| CMYK | 0.37 | 0 | 0.52 | 0 |
| HSL | 102.73º | 1% | 0.74% | - |
| HSV(B) | 102.73º | 0.52% | 1% | - |
| XYZ | 54.03 | 80.53 | 31.43 | - |
| YUV | 211.85 | 77.86 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 123 | 0.37 | 0 | 0.52 | 0 | 102.73 | 1 | 0.74 |
| Hex | A1 | FF | 7B | 25 | 0 | 34 | 0 | 67 | 64 | 4A |
| Octal | 241 | 377 | 173 | 45 | 0 | 64 | 0 | 147 | 144 | 112 |
| Binary | 10100001 | 11111111 | 1111011 | 100101 | 0 | 110100 | 0 | 1100111 | 1100100 | 1001010 |
Color Harmonies of #A1FF7B
Complementary color
Monochromatic Colors of #A1FF7B
Black with #A1FF7B
Text Example
Text Example
White with #A1FF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FF7B; }
p { color: rgb(161,255,123); }
H1.HeaderClassName
{
color: #A1FF7B;
}
.AnyTagClassName
{
color: #A1FF7B;
}
</style>
background-color css
<style>
a { background-color: #A1FF7B; }
a { background-color: rgb(161,255,123); }
div.DivClassName
{
background-color: #A1FF7B;
}
.BgClassName
{
background-color: #A1FF7B;
}
</style>
border-color css
<style>
span { border-color: #A1FF7B; }
span { border-color: rgb(161,255,123); }
td.TdClassName
{
border-color: #A1FF7B;
}
.TagClassName
{
border-color: #A1FF7B;
}
</style>