Shades of Mint Green #9AFFA5
Tints of Mint Green #9AFFA5
RGB
CMYK
RGB Variations
Color information
#9AFFA5 (or 0x9AFFA5) is known color: Mint Green. HEX triplet: 9A, FF and A5. RGB value is (154,255,165). Sum of RGB (Red+Green+Blue) = 154+255+165=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 255 (100% from 255 or 44.43% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFFA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFFA5 is #65005A. Grayscale: #D6D6D6. Windows color (decimal): -6619227 or 10878874. OLE color: 10878874.
HSL color Cylindrical-coordinate representation of color #9AFFA5: hue angle of 126.53º 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 #9AFFA5 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 165 | - |
| CMYK | 0.40 | 0 | 0.35 | 0 |
| HSL | 126.53º | 1% | 0.8% | - |
| HSV(B) | 126.53º | 0.4% | 1% | - |
| XYZ | 55.88 | 81.11 | 48.31 | - |
| YUV | 214.54 | 100.04 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 165 | 0.40 | 0 | 0.35 | 0 | 126.53 | 1 | 0.8 |
| Hex | 9A | FF | A5 | 28 | 0 | 23 | 0 | 7F | 64 | 50 |
| Octal | 232 | 377 | 245 | 50 | 0 | 43 | 0 | 177 | 144 | 120 |
| Binary | 10011010 | 11111111 | 10100101 | 101000 | 0 | 100011 | 0 | 1111111 | 1100100 | 1010000 |
Color Harmonies of #9AFFA5
Complementary color
Monochromatic Colors of #9AFFA5
Black with #9AFFA5
Text Example
Text Example
White with #9AFFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFFA5; }
p { color: rgb(154,255,165); }
H1.HeaderClassName
{
color: #9AFFA5;
}
.AnyTagClassName
{
color: #9AFFA5;
}
</style>
background-color css
<style>
a { background-color: #9AFFA5; }
a { background-color: rgb(154,255,165); }
div.DivClassName
{
background-color: #9AFFA5;
}
.BgClassName
{
background-color: #9AFFA5;
}
</style>
border-color css
<style>
span { border-color: #9AFFA5; }
span { border-color: rgb(154,255,165); }
td.TdClassName
{
border-color: #9AFFA5;
}
.TagClassName
{
border-color: #9AFFA5;
}
</style>