Shades of Mint Green #9BFFA5
Tints of Mint Green #9BFFA5
RGB
CMYK
RGB Variations
Color information
#9BFFA5 (or 0x9BFFA5) is known color: Mint Green. HEX triplet: 9B, FF and A5. RGB value is (155,255,165). Sum of RGB (Red+Green+Blue) = 155+255+165=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFA5 is #64005A. Grayscale: #D7D7D7. Windows color (decimal): -6553691 or 10878875. OLE color: 10878875.
HSL color Cylindrical-coordinate representation of color #9BFFA5: hue angle of 126º 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 #9BFFA5 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 165 | - |
| CMYK | 0.39 | 0 | 0.35 | 0 |
| HSL | 126º | 1% | 0.8% | - |
| HSV(B) | 126º | 0.39% | 1% | - |
| XYZ | 56.07 | 81.21 | 48.32 | - |
| YUV | 214.84 | 99.87 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 165 | 0.39 | 0 | 0.35 | 0 | 126 | 1 | 0.8 |
| Hex | 9B | FF | A5 | 27 | 0 | 23 | 0 | 7E | 64 | 50 |
| Octal | 233 | 377 | 245 | 47 | 0 | 43 | 0 | 176 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10100101 | 100111 | 0 | 100011 | 0 | 1111110 | 1100100 | 1010000 |
Color Harmonies of #9BFFA5
Complementary color
Monochromatic Colors of #9BFFA5
Black with #9BFFA5
Text Example
Text Example
White with #9BFFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFA5; }
p { color: rgb(155,255,165); }
H1.HeaderClassName
{
color: #9BFFA5;
}
.AnyTagClassName
{
color: #9BFFA5;
}
</style>
background-color css
<style>
a { background-color: #9BFFA5; }
a { background-color: rgb(155,255,165); }
div.DivClassName
{
background-color: #9BFFA5;
}
.BgClassName
{
background-color: #9BFFA5;
}
</style>
border-color css
<style>
span { border-color: #9BFFA5; }
span { border-color: rgb(155,255,165); }
td.TdClassName
{
border-color: #9BFFA5;
}
.TagClassName
{
border-color: #9BFFA5;
}
</style>