Shades of Mantis #8ABB6D
Tints of Mantis #8ABB6D
RGB
CMYK
RGB Variations
Color information
#8ABB6D (or 0x8ABB6D) is known color: Mantis. HEX triplet: 8A, BB and 6D. RGB value is (138,187,109). Sum of RGB (Red+Green+Blue) = 138+187+109=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABB6D is #754492. Grayscale: #A3A3A3. Windows color (decimal): -7685267 or 7191434. OLE color: 7191434.
HSL color Cylindrical-coordinate representation of color #8ABB6D: hue angle of 97.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABB6D is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 109 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.27 |
| HSL | 97.69º | 0.36% | 0.58% | - |
| HSV(B) | 97.69º | 0.42% | 0.73% | - |
| XYZ | 31.01 | 42.05 | 20.95 | - |
| YUV | 163.46 | 97.27 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 109 | 0.26 | 0 | 0.42 | 0.27 | 97.69 | 0.36 | 0.58 |
| Hex | 8A | BB | 6D | 1A | 0 | 2A | 1B | 62 | 24 | 3A |
| Octal | 212 | 273 | 155 | 32 | 0 | 52 | 33 | 142 | 44 | 72 |
| Binary | 10001010 | 10111011 | 1101101 | 11010 | 0 | 101010 | 11011 | 1100010 | 100100 | 111010 |
Color Harmonies of #8ABB6D
Complementary color
Monochromatic Colors of #8ABB6D
Black with #8ABB6D
Text Example
Text Example
White with #8ABB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB6D; }
p { color: rgb(138,187,109); }
H1.HeaderClassName
{
color: #8ABB6D;
}
.AnyTagClassName
{
color: #8ABB6D;
}
</style>
background-color css
<style>
a { background-color: #8ABB6D; }
a { background-color: rgb(138,187,109); }
div.DivClassName
{
background-color: #8ABB6D;
}
.BgClassName
{
background-color: #8ABB6D;
}
</style>
border-color css
<style>
span { border-color: #8ABB6D; }
span { border-color: rgb(138,187,109); }
td.TdClassName
{
border-color: #8ABB6D;
}
.TagClassName
{
border-color: #8ABB6D;
}
</style>