Shades of Mint Green #9BFFA3
Tints of Mint Green #9BFFA3
RGB
CMYK
RGB Variations
Color information
#9BFFA3 (or 0x9BFFA3) is known color: Mint Green. HEX triplet: 9B, FF and A3. RGB value is (155,255,163). Sum of RGB (Red+Green+Blue) = 155+255+163=573 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.05% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFA3 is #64005C. Grayscale: #D6D6D6. Windows color (decimal): -6553693 or 10747803. OLE color: 10747803.
HSL color Cylindrical-coordinate representation of color #9BFFA3: hue angle of 124.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 #9BFFA3 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 163 | - |
| CMYK | 0.39 | 0 | 0.36 | 0 |
| HSL | 124.8º | 1% | 0.8% | - |
| HSV(B) | 124.8º | 0.39% | 1% | - |
| XYZ | 55.89 | 81.13 | 47.36 | - |
| YUV | 214.61 | 98.87 | 85.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 163 | 0.39 | 0 | 0.36 | 0 | 124.8 | 1 | 0.8 |
| Hex | 9B | FF | A3 | 27 | 0 | 24 | 0 | 7D | 64 | 50 |
| Octal | 233 | 377 | 243 | 47 | 0 | 44 | 0 | 175 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10100011 | 100111 | 0 | 100100 | 0 | 1111101 | 1100100 | 1010000 |
Color Harmonies of #9BFFA3
Complementary color
Monochromatic Colors of #9BFFA3
Black with #9BFFA3
Text Example
Text Example
White with #9BFFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFA3; }
p { color: rgb(155,255,163); }
H1.HeaderClassName
{
color: #9BFFA3;
}
.AnyTagClassName
{
color: #9BFFA3;
}
</style>
background-color css
<style>
a { background-color: #9BFFA3; }
a { background-color: rgb(155,255,163); }
div.DivClassName
{
background-color: #9BFFA3;
}
.BgClassName
{
background-color: #9BFFA3;
}
</style>
border-color css
<style>
span { border-color: #9BFFA3; }
span { border-color: rgb(155,255,163); }
td.TdClassName
{
border-color: #9BFFA3;
}
.TagClassName
{
border-color: #9BFFA3;
}
</style>