Shades of Mint Green #9AFFB4
Tints of Mint Green #9AFFB4
RGB
CMYK
RGB Variations
Color information
#9AFFB4 (or 0x9AFFB4) is known color: Mint Green. HEX triplet: 9A, FF and B4. RGB value is (154,255,180). Sum of RGB (Red+Green+Blue) = 154+255+180=589 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.15% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 180 (70.70% from 255 or 30.56% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFFB4 is #65004B. Grayscale: #D8D8D8. Windows color (decimal): -6619212 or 11861914. OLE color: 11861914.
HSL color Cylindrical-coordinate representation of color #9AFFB4: hue angle of 135.45º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFFB4 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 180 | - |
| CMYK | 0.40 | 0 | 0.29 | 0 |
| HSL | 135.45º | 1% | 0.8% | - |
| HSV(B) | 135.45º | 0.4% | 1% | - |
| XYZ | 57.32 | 81.69 | 55.93 | - |
| YUV | 216.25 | 107.54 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 180 | 0.40 | 0 | 0.29 | 0 | 135.45 | 1 | 0.8 |
| Hex | 9A | FF | B4 | 28 | 0 | 1D | 0 | 87 | 64 | 50 |
| Octal | 232 | 377 | 264 | 50 | 0 | 35 | 0 | 207 | 144 | 120 |
| Binary | 10011010 | 11111111 | 10110100 | 101000 | 0 | 11101 | 0 | 10000111 | 1100100 | 1010000 |
Color Harmonies of #9AFFB4
Complementary color
Monochromatic Colors of #9AFFB4
Black with #9AFFB4
Text Example
Text Example
White with #9AFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFB4; }
p { color: rgb(154,255,180); }
H1.HeaderClassName
{
color: #9AFFB4;
}
.AnyTagClassName
{
color: #9AFFB4;
}
</style>
background-color css
<style>
a { background-color: #9AFFB4; }
a { background-color: rgb(154,255,180); }
div.DivClassName
{
background-color: #9AFFB4;
}
.BgClassName
{
background-color: #9AFFB4;
}
</style>
border-color css
<style>
span { border-color: #9AFFB4; }
span { border-color: rgb(154,255,180); }
td.TdClassName
{
border-color: #9AFFB4;
}
.TagClassName
{
border-color: #9AFFB4;
}
</style>