Shades of Mantis #8ABC5E
Tints of Mantis #8ABC5E
RGB
CMYK
RGB Variations
Color information
#8ABC5E (or 0x8ABC5E) is known color: Mantis. HEX triplet: 8A, BC and 5E. RGB value is (138,188,94). Sum of RGB (Red+Green+Blue) = 138+188+94=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC5E is #7543A1. Grayscale: #A2A2A2. Windows color (decimal): -7685026 or 6208650. OLE color: 6208650.
HSL color Cylindrical-coordinate representation of color #8ABC5E: hue angle of 91.91º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ABC5E is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 94 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.26 |
| HSL | 91.91º | 0.41% | 0.55% | - |
| HSV(B) | 91.91º | 0.5% | 0.74% | - |
| XYZ | 30.48 | 42.18 | 17.12 | - |
| YUV | 162.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 94 | 0.27 | 0 | 0.50 | 0.26 | 91.91 | 0.41 | 0.55 |
| Hex | 8A | BC | 5E | 1B | 0 | 32 | 1A | 5C | 29 | 37 |
| Octal | 212 | 274 | 136 | 33 | 0 | 62 | 32 | 134 | 51 | 67 |
| Binary | 10001010 | 10111100 | 1011110 | 11011 | 0 | 110010 | 11010 | 1011100 | 101001 | 110111 |
Color Harmonies of #8ABC5E
Complementary color
Monochromatic Colors of #8ABC5E
Black with #8ABC5E
Text Example
Text Example
White with #8ABC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC5E; }
p { color: rgb(138,188,94); }
H1.HeaderClassName
{
color: #8ABC5E;
}
.AnyTagClassName
{
color: #8ABC5E;
}
</style>
background-color css
<style>
a { background-color: #8ABC5E; }
a { background-color: rgb(138,188,94); }
div.DivClassName
{
background-color: #8ABC5E;
}
.BgClassName
{
background-color: #8ABC5E;
}
</style>
border-color css
<style>
span { border-color: #8ABC5E; }
span { border-color: rgb(138,188,94); }
td.TdClassName
{
border-color: #8ABC5E;
}
.TagClassName
{
border-color: #8ABC5E;
}
</style>