Shades of Mint Green #9AFF8C
Tints of Mint Green #9AFF8C
RGB
CMYK
RGB Variations
Color information
#9AFF8C (or 0x9AFF8C) is known color: Mint Green. HEX triplet: 9A, FF and 8C. RGB value is (154,255,140). Sum of RGB (Red+Green+Blue) = 154+255+140=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AFF8C is #650073. Grayscale: #D4D4D4. Windows color (decimal): -6619252 or 9240474. OLE color: 9240474.
HSL color Cylindrical-coordinate representation of color #9AFF8C: hue angle of 112.7º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AFF8C is Cyan = 0.40, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 140 | - |
| CMYK | 0.40 | 0 | 0.45 | 0 |
| HSL | 112.7º | 1% | 0.77% | - |
| HSV(B) | 112.7º | 0.45% | 1% | - |
| XYZ | 53.82 | 80.28 | 37.47 | - |
| YUV | 211.69 | 87.54 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 140 | 0.40 | 0 | 0.45 | 0 | 112.7 | 1 | 0.77 |
| Hex | 9A | FF | 8C | 28 | 0 | 2D | 0 | 71 | 64 | 4D |
| Octal | 232 | 377 | 214 | 50 | 0 | 55 | 0 | 161 | 144 | 115 |
| Binary | 10011010 | 11111111 | 10001100 | 101000 | 0 | 101101 | 0 | 1110001 | 1100100 | 1001101 |
Color Harmonies of #9AFF8C
Complementary color
Monochromatic Colors of #9AFF8C
Black with #9AFF8C
Text Example
Text Example
White with #9AFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF8C; }
p { color: rgb(154,255,140); }
H1.HeaderClassName
{
color: #9AFF8C;
}
.AnyTagClassName
{
color: #9AFF8C;
}
</style>
background-color css
<style>
a { background-color: #9AFF8C; }
a { background-color: rgb(154,255,140); }
div.DivClassName
{
background-color: #9AFF8C;
}
.BgClassName
{
background-color: #9AFF8C;
}
</style>
border-color css
<style>
span { border-color: #9AFF8C; }
span { border-color: rgb(154,255,140); }
td.TdClassName
{
border-color: #9AFF8C;
}
.TagClassName
{
border-color: #9AFF8C;
}
</style>