Shades of Mantis #8ABB5B
Tints of Mantis #8ABB5B
RGB
CMYK
RGB Variations
Color information
#8ABB5B (or 0x8ABB5B) is known color: Mantis. HEX triplet: 8A, BB and 5B. RGB value is (138,187,91). Sum of RGB (Red+Green+Blue) = 138+187+91=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABB5B is #7544A4. Grayscale: #A1A1A1. Windows color (decimal): -7685285 or 6011786. OLE color: 6011786.
HSL color Cylindrical-coordinate representation of color #8ABB5B: hue angle of 90.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8ABB5B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 91 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.27 |
| HSL | 90.63º | 0.41% | 0.55% | - |
| HSV(B) | 90.63º | 0.51% | 0.73% | - |
| XYZ | 30.14 | 41.7 | 16.36 | - |
| YUV | 161.41 | 88.27 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 91 | 0.26 | 0 | 0.51 | 0.27 | 90.63 | 0.41 | 0.55 |
| Hex | 8A | BB | 5B | 1A | 0 | 33 | 1B | 5B | 29 | 37 |
| Octal | 212 | 273 | 133 | 32 | 0 | 63 | 33 | 133 | 51 | 67 |
| Binary | 10001010 | 10111011 | 1011011 | 11010 | 0 | 110011 | 11011 | 1011011 | 101001 | 110111 |
Color Harmonies of #8ABB5B
Complementary color
Monochromatic Colors of #8ABB5B
Black with #8ABB5B
Text Example
Text Example
White with #8ABB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB5B; }
p { color: rgb(138,187,91); }
H1.HeaderClassName
{
color: #8ABB5B;
}
.AnyTagClassName
{
color: #8ABB5B;
}
</style>
background-color css
<style>
a { background-color: #8ABB5B; }
a { background-color: rgb(138,187,91); }
div.DivClassName
{
background-color: #8ABB5B;
}
.BgClassName
{
background-color: #8ABB5B;
}
</style>
border-color css
<style>
span { border-color: #8ABB5B; }
span { border-color: rgb(138,187,91); }
td.TdClassName
{
border-color: #8ABB5B;
}
.TagClassName
{
border-color: #8ABB5B;
}
</style>