Shades of Mint Green #8AFF96
Tints of Mint Green #8AFF96
RGB
CMYK
RGB Variations
Color information
#8AFF96 (or 0x8AFF96) is known color: Mint Green. HEX triplet: 8A, FF and 96. RGB value is (138,255,150). Sum of RGB (Red+Green+Blue) = 138+255+150=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFF96 is #750069. Grayscale: #D0D0D0. Windows color (decimal): -7667818 or 9895818. OLE color: 9895818.
HSL color Cylindrical-coordinate representation of color #8AFF96: hue angle of 126.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFF96 is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 150 | - |
| CMYK | 0.46 | 0 | 0.41 | 0 |
| HSL | 126.15º | 1% | 0.77% | - |
| HSV(B) | 126.15º | 0.46% | 1% | - |
| XYZ | 51.75 | 79.13 | 41.4 | - |
| YUV | 208.05 | 95.24 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 150 | 0.46 | 0 | 0.41 | 0 | 126.15 | 1 | 0.77 |
| Hex | 8A | FF | 96 | 2E | 0 | 29 | 0 | 7E | 64 | 4D |
| Octal | 212 | 377 | 226 | 56 | 0 | 51 | 0 | 176 | 144 | 115 |
| Binary | 10001010 | 11111111 | 10010110 | 101110 | 0 | 101001 | 0 | 1111110 | 1100100 | 1001101 |
Color Harmonies of #8AFF96
Complementary color
Monochromatic Colors of #8AFF96
Black with #8AFF96
Text Example
Text Example
White with #8AFF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF96; }
p { color: rgb(138,255,150); }
H1.HeaderClassName
{
color: #8AFF96;
}
.AnyTagClassName
{
color: #8AFF96;
}
</style>
background-color css
<style>
a { background-color: #8AFF96; }
a { background-color: rgb(138,255,150); }
div.DivClassName
{
background-color: #8AFF96;
}
.BgClassName
{
background-color: #8AFF96;
}
</style>
border-color css
<style>
span { border-color: #8AFF96; }
span { border-color: rgb(138,255,150); }
td.TdClassName
{
border-color: #8AFF96;
}
.TagClassName
{
border-color: #8AFF96;
}
</style>