Shades of Mantis #8AF156
Tints of Mantis #8AF156
RGB
CMYK
RGB Variations
Color information
#8AF156 (or 0x8AF156) is known color: Mantis. HEX triplet: 8A, F1 and 56. RGB value is (138,241,86). Sum of RGB (Red+Green+Blue) = 138+241+86=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF156 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF156 is #750EA9. Grayscale: #C1C1C1. Windows color (decimal): -7671466 or 5697930. OLE color: 5697930.
HSL color Cylindrical-coordinate representation of color #8AF156: hue angle of 99.87º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AF156 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 86 | - |
| CMYK | 0.43 | 0 | 0.64 | 0.05 |
| HSL | 99.87º | 0.85% | 0.64% | - |
| HSV(B) | 99.87º | 0.64% | 0.95% | - |
| XYZ | 43.62 | 68.99 | 19.82 | - |
| YUV | 192.53 | 67.88 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 86 | 0.43 | 0 | 0.64 | 0.05 | 99.87 | 0.85 | 0.64 |
| Hex | 8A | F1 | 56 | 2B | 0 | 40 | 5 | 64 | 55 | 40 |
| Octal | 212 | 361 | 126 | 53 | 0 | 100 | 5 | 144 | 125 | 100 |
| Binary | 10001010 | 11110001 | 1010110 | 101011 | 0 | 1000000 | 101 | 1100100 | 1010101 | 1000000 |
Color Harmonies of #8AF156
Complementary color
Monochromatic Colors of #8AF156
Black with #8AF156
Text Example
Text Example
White with #8AF156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF156; }
p { color: rgb(138,241,86); }
H1.HeaderClassName
{
color: #8AF156;
}
.AnyTagClassName
{
color: #8AF156;
}
</style>
background-color css
<style>
a { background-color: #8AF156; }
a { background-color: rgb(138,241,86); }
div.DivClassName
{
background-color: #8AF156;
}
.BgClassName
{
background-color: #8AF156;
}
</style>
border-color css
<style>
span { border-color: #8AF156; }
span { border-color: rgb(138,241,86); }
td.TdClassName
{
border-color: #8AF156;
}
.TagClassName
{
border-color: #8AF156;
}
</style>