Shades of Mint Green #9AFFAE
Tints of Mint Green #9AFFAE
RGB
CMYK
RGB Variations
Color information
#9AFFAE (or 0x9AFFAE) is known color: Mint Green. HEX triplet: 9A, FF and AE. RGB value is (154,255,174). Sum of RGB (Red+Green+Blue) = 154+255+174=583 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.42% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFFAE is #650051. Grayscale: #D7D7D7. Windows color (decimal): -6619218 or 11468698. OLE color: 11468698.
HSL color Cylindrical-coordinate representation of color #9AFFAE: hue angle of 131.88º 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 #9AFFAE is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 174 | - |
| CMYK | 0.40 | 0 | 0.32 | 0 |
| HSL | 131.88º | 1% | 0.8% | - |
| HSV(B) | 131.88º | 0.4% | 1% | - |
| XYZ | 56.73 | 81.45 | 52.78 | - |
| YUV | 215.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 174 | 0.40 | 0 | 0.32 | 0 | 131.88 | 1 | 0.8 |
| Hex | 9A | FF | AE | 28 | 0 | 20 | 0 | 84 | 64 | 50 |
| Octal | 232 | 377 | 256 | 50 | 0 | 40 | 0 | 204 | 144 | 120 |
| Binary | 10011010 | 11111111 | 10101110 | 101000 | 0 | 100000 | 0 | 10000100 | 1100100 | 1010000 |
Color Harmonies of #9AFFAE
Complementary color
Monochromatic Colors of #9AFFAE
Black with #9AFFAE
Text Example
Text Example
White with #9AFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFAE; }
p { color: rgb(154,255,174); }
H1.HeaderClassName
{
color: #9AFFAE;
}
.AnyTagClassName
{
color: #9AFFAE;
}
</style>
background-color css
<style>
a { background-color: #9AFFAE; }
a { background-color: rgb(154,255,174); }
div.DivClassName
{
background-color: #9AFFAE;
}
.BgClassName
{
background-color: #9AFFAE;
}
</style>
border-color css
<style>
span { border-color: #9AFFAE; }
span { border-color: rgb(154,255,174); }
td.TdClassName
{
border-color: #9AFFAE;
}
.TagClassName
{
border-color: #9AFFAE;
}
</style>