Shades of Mint Green #9AFEA0
Tints of Mint Green #9AFEA0
RGB
CMYK
RGB Variations
Color information
#9AFEA0 (or 0x9AFEA0) is known color: Mint Green. HEX triplet: 9A, FE and A0. RGB value is (154,254,160). Sum of RGB (Red+Green+Blue) = 154+254+160=568 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.11% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFEA0 is #65015F. Grayscale: #D5D5D5. Windows color (decimal): -6619488 or 10550938. OLE color: 10550938.
HSL color Cylindrical-coordinate representation of color #9AFEA0: hue angle of 123.6º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFEA0 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 160 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.00 |
| HSL | 123.6º | 0.98% | 0.8% | - |
| HSV(B) | 123.6º | 0.39% | 1% | - |
| XYZ | 55.11 | 80.29 | 45.85 | - |
| YUV | 213.38 | 97.87 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 160 | 0.39 | 0 | 0.37 | 0.00 | 123.6 | 0.98 | 0.8 |
| Hex | 9A | FE | A0 | 27 | 0 | 25 | 0 | 7C | 62 | 50 |
| Octal | 232 | 376 | 240 | 47 | 0 | 45 | 0 | 174 | 142 | 120 |
| Binary | 10011010 | 11111110 | 10100000 | 100111 | 0 | 100101 | 0 | 1111100 | 1100010 | 1010000 |
Color Harmonies of #9AFEA0
Complementary color
Monochromatic Colors of #9AFEA0
Black with #9AFEA0
Text Example
Text Example
White with #9AFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFEA0; }
p { color: rgb(154,254,160); }
H1.HeaderClassName
{
color: #9AFEA0;
}
.AnyTagClassName
{
color: #9AFEA0;
}
</style>
background-color css
<style>
a { background-color: #9AFEA0; }
a { background-color: rgb(154,254,160); }
div.DivClassName
{
background-color: #9AFEA0;
}
.BgClassName
{
background-color: #9AFEA0;
}
</style>
border-color css
<style>
span { border-color: #9AFEA0; }
span { border-color: rgb(154,254,160); }
td.TdClassName
{
border-color: #9AFEA0;
}
.TagClassName
{
border-color: #9AFEA0;
}
</style>