Shades of Mint Green #A2FFB4
Tints of Mint Green #A2FFB4
RGB
CMYK
RGB Variations
Color information
#A2FFB4 (or 0xA2FFB4) is known color: Mint Green. HEX triplet: A2, FF and B4. RGB value is (162,255,180). Sum of RGB (Red+Green+Blue) = 162+255+180=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFB4 is #5D004B. Grayscale: #DADADA. Windows color (decimal): -6094924 or 11861922. OLE color: 11861922.
HSL color Cylindrical-coordinate representation of color #A2FFB4: hue angle of 131.61º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFB4 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 180 | - |
| CMYK | 0.36 | 0 | 0.29 | 0 |
| HSL | 131.61º | 1% | 0.82% | - |
| HSV(B) | 131.61º | 0.36% | 1% | - |
| XYZ | 58.9 | 82.5 | 56 | - |
| YUV | 218.64 | 106.19 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 180 | 0.36 | 0 | 0.29 | 0 | 131.61 | 1 | 0.82 |
| Hex | A2 | FF | B4 | 24 | 0 | 1D | 0 | 84 | 64 | 52 |
| Octal | 242 | 377 | 264 | 44 | 0 | 35 | 0 | 204 | 144 | 122 |
| Binary | 10100010 | 11111111 | 10110100 | 100100 | 0 | 11101 | 0 | 10000100 | 1100100 | 1010010 |
Color Harmonies of #A2FFB4
Complementary color
Monochromatic Colors of #A2FFB4
Black with #A2FFB4
Text Example
Text Example
White with #A2FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFB4; }
p { color: rgb(162,255,180); }
H1.HeaderClassName
{
color: #A2FFB4;
}
.AnyTagClassName
{
color: #A2FFB4;
}
</style>
background-color css
<style>
a { background-color: #A2FFB4; }
a { background-color: rgb(162,255,180); }
div.DivClassName
{
background-color: #A2FFB4;
}
.BgClassName
{
background-color: #A2FFB4;
}
</style>
border-color css
<style>
span { border-color: #A2FFB4; }
span { border-color: rgb(162,255,180); }
td.TdClassName
{
border-color: #A2FFB4;
}
.TagClassName
{
border-color: #A2FFB4;
}
</style>