Shades of Mantis #8ABA61
Tints of Mantis #8ABA61
RGB
CMYK
RGB Variations
Color information
#8ABA61 (or 0x8ABA61) is known color: Mantis. HEX triplet: 8A, BA and 61. RGB value is (138,186,97). Sum of RGB (Red+Green+Blue) = 138+186+97=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA61 is #75459E. Grayscale: #A1A1A1. Windows color (decimal): -7685535 or 6404746. OLE color: 6404746.
HSL color Cylindrical-coordinate representation of color #8ABA61: hue angle of 92.36º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ABA61 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 97 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.27 |
| HSL | 92.36º | 0.39% | 0.55% | - |
| HSV(B) | 92.36º | 0.48% | 0.73% | - |
| XYZ | 30.2 | 41.38 | 17.71 | - |
| YUV | 161.5 | 91.6 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 97 | 0.26 | 0 | 0.48 | 0.27 | 92.36 | 0.39 | 0.55 |
| Hex | 8A | BA | 61 | 1A | 0 | 30 | 1B | 5C | 27 | 37 |
| Octal | 212 | 272 | 141 | 32 | 0 | 60 | 33 | 134 | 47 | 67 |
| Binary | 10001010 | 10111010 | 1100001 | 11010 | 0 | 110000 | 11011 | 1011100 | 100111 | 110111 |
Color Harmonies of #8ABA61
Complementary color
Monochromatic Colors of #8ABA61
Black with #8ABA61
Text Example
Text Example
White with #8ABA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA61; }
p { color: rgb(138,186,97); }
H1.HeaderClassName
{
color: #8ABA61;
}
.AnyTagClassName
{
color: #8ABA61;
}
</style>
background-color css
<style>
a { background-color: #8ABA61; }
a { background-color: rgb(138,186,97); }
div.DivClassName
{
background-color: #8ABA61;
}
.BgClassName
{
background-color: #8ABA61;
}
</style>
border-color css
<style>
span { border-color: #8ABA61; }
span { border-color: rgb(138,186,97); }
td.TdClassName
{
border-color: #8ABA61;
}
.TagClassName
{
border-color: #8ABA61;
}
</style>