Shades of Mantis #8ABC5B
Tints of Mantis #8ABC5B
RGB
CMYK
RGB Variations
Color information
#8ABC5B (or 0x8ABC5B) is known color: Mantis. HEX triplet: 8A, BC and 5B. RGB value is (138,188,91). Sum of RGB (Red+Green+Blue) = 138+188+91=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC5B is #7543A4. Grayscale: #A2A2A2. Windows color (decimal): -7685029 or 6012042. OLE color: 6012042.
HSL color Cylindrical-coordinate representation of color #8ABC5B: hue angle of 90.93º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8ABC5B is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 91 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.26 |
| HSL | 90.93º | 0.42% | 0.55% | - |
| HSV(B) | 90.93º | 0.52% | 0.74% | - |
| XYZ | 30.35 | 42.13 | 16.43 | - |
| YUV | 161.99 | 87.94 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 91 | 0.27 | 0 | 0.52 | 0.26 | 90.93 | 0.42 | 0.55 |
| Hex | 8A | BC | 5B | 1B | 0 | 34 | 1A | 5B | 2A | 37 |
| Octal | 212 | 274 | 133 | 33 | 0 | 64 | 32 | 133 | 52 | 67 |
| Binary | 10001010 | 10111100 | 1011011 | 11011 | 0 | 110100 | 11010 | 1011011 | 101010 | 110111 |
Color Harmonies of #8ABC5B
Complementary color
Monochromatic Colors of #8ABC5B
Black with #8ABC5B
Text Example
Text Example
White with #8ABC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC5B; }
p { color: rgb(138,188,91); }
H1.HeaderClassName
{
color: #8ABC5B;
}
.AnyTagClassName
{
color: #8ABC5B;
}
</style>
background-color css
<style>
a { background-color: #8ABC5B; }
a { background-color: rgb(138,188,91); }
div.DivClassName
{
background-color: #8ABC5B;
}
.BgClassName
{
background-color: #8ABC5B;
}
</style>
border-color css
<style>
span { border-color: #8ABC5B; }
span { border-color: rgb(138,188,91); }
td.TdClassName
{
border-color: #8ABC5B;
}
.TagClassName
{
border-color: #8ABC5B;
}
</style>