Shades of Mantis #8ABE54
Tints of Mantis #8ABE54
RGB
CMYK
RGB Variations
Color information
#8ABE54 (or 0x8ABE54) is known color: Mantis. HEX triplet: 8A, BE and 54. RGB value is (138,190,84). Sum of RGB (Red+Green+Blue) = 138+190+84=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE54 is #7541AB. Grayscale: #A2A2A2. Windows color (decimal): -7684524 or 5553802. OLE color: 5553802.
HSL color Cylindrical-coordinate representation of color #8ABE54: hue angle of 89.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8ABE54 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 84 | - |
| CMYK | 0.27 | 0 | 0.56 | 0.25 |
| HSL | 89.43º | 0.45% | 0.54% | - |
| HSV(B) | 89.43º | 0.56% | 0.75% | - |
| XYZ | 30.49 | 42.87 | 15.06 | - |
| YUV | 162.37 | 83.77 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 84 | 0.27 | 0 | 0.56 | 0.25 | 89.43 | 0.45 | 0.54 |
| Hex | 8A | BE | 54 | 1B | 0 | 38 | 19 | 59 | 2D | 36 |
| Octal | 212 | 276 | 124 | 33 | 0 | 70 | 31 | 131 | 55 | 66 |
| Binary | 10001010 | 10111110 | 1010100 | 11011 | 0 | 111000 | 11001 | 1011001 | 101101 | 110110 |
Color Harmonies of #8ABE54
Complementary color
Monochromatic Colors of #8ABE54
Black with #8ABE54
Text Example
Text Example
White with #8ABE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE54; }
p { color: rgb(138,190,84); }
H1.HeaderClassName
{
color: #8ABE54;
}
.AnyTagClassName
{
color: #8ABE54;
}
</style>
background-color css
<style>
a { background-color: #8ABE54; }
a { background-color: rgb(138,190,84); }
div.DivClassName
{
background-color: #8ABE54;
}
.BgClassName
{
background-color: #8ABE54;
}
</style>
border-color css
<style>
span { border-color: #8ABE54; }
span { border-color: rgb(138,190,84); }
td.TdClassName
{
border-color: #8ABE54;
}
.TagClassName
{
border-color: #8ABE54;
}
</style>