Shades of Mantis #8AF158
Tints of Mantis #8AF158
RGB
CMYK
RGB Variations
Color information
#8AF158 (or 0x8AF158) is known color: Mantis. HEX triplet: 8A, F1 and 58. RGB value is (138,241,88). Sum of RGB (Red+Green+Blue) = 138+241+88=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 241 (94.53% from 255 or 51.61% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF158 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF158 is #750EA7. Grayscale: #C1C1C1. Windows color (decimal): -7671464 or 5829002. OLE color: 5829002.
HSL color Cylindrical-coordinate representation of color #8AF158: hue angle of 100.39º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AF158 is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 241 | 88 | - |
| CMYK | 0.43 | 0 | 0.63 | 0.05 |
| HSL | 100.39º | 0.85% | 0.65% | - |
| HSV(B) | 100.39º | 0.63% | 0.95% | - |
| XYZ | 43.7 | 69.02 | 20.25 | - |
| YUV | 192.76 | 68.88 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 241 | 88 | 0.43 | 0 | 0.63 | 0.05 | 100.39 | 0.85 | 0.65 |
| Hex | 8A | F1 | 58 | 2B | 0 | 3F | 5 | 64 | 55 | 41 |
| Octal | 212 | 361 | 130 | 53 | 0 | 77 | 5 | 144 | 125 | 101 |
| Binary | 10001010 | 11110001 | 1011000 | 101011 | 0 | 111111 | 101 | 1100100 | 1010101 | 1000001 |
Color Harmonies of #8AF158
Complementary color
Monochromatic Colors of #8AF158
Black with #8AF158
Text Example
Text Example
White with #8AF158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF158; }
p { color: rgb(138,241,88); }
H1.HeaderClassName
{
color: #8AF158;
}
.AnyTagClassName
{
color: #8AF158;
}
</style>
background-color css
<style>
a { background-color: #8AF158; }
a { background-color: rgb(138,241,88); }
div.DivClassName
{
background-color: #8AF158;
}
.BgClassName
{
background-color: #8AF158;
}
</style>
border-color css
<style>
span { border-color: #8AF158; }
span { border-color: rgb(138,241,88); }
td.TdClassName
{
border-color: #8AF158;
}
.TagClassName
{
border-color: #8AF158;
}
</style>