Shades of Mint Green #9BFFA4
Tints of Mint Green #9BFFA4
RGB
CMYK
RGB Variations
Color information
#9BFFA4 (or 0x9BFFA4) is known color: Mint Green. HEX triplet: 9B, FF and A4. RGB value is (155,255,164). Sum of RGB (Red+Green+Blue) = 155+255+164=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BFFA4 is #64005B. Grayscale: #D6D6D6. Windows color (decimal): -6553692 or 10813339. OLE color: 10813339.
HSL color Cylindrical-coordinate representation of color #9BFFA4: hue angle of 125.4º 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 #9BFFA4 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 164 | - |
| CMYK | 0.39 | 0 | 0.36 | 0 |
| HSL | 125.4º | 1% | 0.8% | - |
| HSV(B) | 125.4º | 0.39% | 1% | - |
| XYZ | 55.98 | 81.17 | 47.84 | - |
| YUV | 214.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 164 | 0.39 | 0 | 0.36 | 0 | 125.4 | 1 | 0.8 |
| Hex | 9B | FF | A4 | 27 | 0 | 24 | 0 | 7D | 64 | 50 |
| Octal | 233 | 377 | 244 | 47 | 0 | 44 | 0 | 175 | 144 | 120 |
| Binary | 10011011 | 11111111 | 10100100 | 100111 | 0 | 100100 | 0 | 1111101 | 1100100 | 1010000 |
Color Harmonies of #9BFFA4
Complementary color
Monochromatic Colors of #9BFFA4
Black with #9BFFA4
Text Example
Text Example
White with #9BFFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFA4; }
p { color: rgb(155,255,164); }
H1.HeaderClassName
{
color: #9BFFA4;
}
.AnyTagClassName
{
color: #9BFFA4;
}
</style>
background-color css
<style>
a { background-color: #9BFFA4; }
a { background-color: rgb(155,255,164); }
div.DivClassName
{
background-color: #9BFFA4;
}
.BgClassName
{
background-color: #9BFFA4;
}
</style>
border-color css
<style>
span { border-color: #9BFFA4; }
span { border-color: rgb(155,255,164); }
td.TdClassName
{
border-color: #9BFFA4;
}
.TagClassName
{
border-color: #9BFFA4;
}
</style>