Shades of Mint Green #A2FF9B
Tints of Mint Green #A2FF9B
RGB
CMYK
RGB Variations
Color information
#A2FF9B (or 0xA2FF9B) is known color: Mint Green. HEX triplet: A2, FF and 9B. RGB value is (162,255,155). Sum of RGB (Red+Green+Blue) = 162+255+155=572 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.32% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FF9B is #5D0064. Grayscale: #D8D8D8. Windows color (decimal): -6094949 or 10223522. OLE color: 10223522.
HSL color Cylindrical-coordinate representation of color #A2FF9B: hue angle of 115.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2FF9B is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 155 | - |
| CMYK | 0.36 | 0 | 0.39 | 0 |
| HSL | 115.8º | 1% | 0.8% | - |
| HSV(B) | 115.8º | 0.39% | 1% | - |
| XYZ | 56.58 | 81.57 | 43.77 | - |
| YUV | 215.79 | 93.69 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 155 | 0.36 | 0 | 0.39 | 0 | 115.8 | 1 | 0.8 |
| Hex | A2 | FF | 9B | 24 | 0 | 27 | 0 | 74 | 64 | 50 |
| Octal | 242 | 377 | 233 | 44 | 0 | 47 | 0 | 164 | 144 | 120 |
| Binary | 10100010 | 11111111 | 10011011 | 100100 | 0 | 100111 | 0 | 1110100 | 1100100 | 1010000 |
Color Harmonies of #A2FF9B
Complementary color
Monochromatic Colors of #A2FF9B
Black with #A2FF9B
Text Example
Text Example
White with #A2FF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FF9B; }
p { color: rgb(162,255,155); }
H1.HeaderClassName
{
color: #A2FF9B;
}
.AnyTagClassName
{
color: #A2FF9B;
}
</style>
background-color css
<style>
a { background-color: #A2FF9B; }
a { background-color: rgb(162,255,155); }
div.DivClassName
{
background-color: #A2FF9B;
}
.BgClassName
{
background-color: #A2FF9B;
}
</style>
border-color css
<style>
span { border-color: #A2FF9B; }
span { border-color: rgb(162,255,155); }
td.TdClassName
{
border-color: #A2FF9B;
}
.TagClassName
{
border-color: #A2FF9B;
}
</style>