Shades of Mantis #8ABB5C
Tints of Mantis #8ABB5C
RGB
CMYK
RGB Variations
Color information
#8ABB5C (or 0x8ABB5C) is known color: Mantis. HEX triplet: 8A, BB and 5C. RGB value is (138,187,92). Sum of RGB (Red+Green+Blue) = 138+187+92=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABB5C is #7544A3. Grayscale: #A1A1A1. Windows color (decimal): -7685284 or 6077322. OLE color: 6077322.
HSL color Cylindrical-coordinate representation of color #8ABB5C: hue angle of 90.95º 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 #8ABB5C is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 92 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.27 |
| HSL | 90.95º | 0.41% | 0.55% | - |
| HSV(B) | 90.95º | 0.51% | 0.73% | - |
| XYZ | 30.18 | 41.72 | 16.59 | - |
| YUV | 161.52 | 88.77 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 92 | 0.26 | 0 | 0.51 | 0.27 | 90.95 | 0.41 | 0.55 |
| Hex | 8A | BB | 5C | 1A | 0 | 33 | 1B | 5B | 29 | 37 |
| Octal | 212 | 273 | 134 | 32 | 0 | 63 | 33 | 133 | 51 | 67 |
| Binary | 10001010 | 10111011 | 1011100 | 11010 | 0 | 110011 | 11011 | 1011011 | 101001 | 110111 |
Color Harmonies of #8ABB5C
Complementary color
Monochromatic Colors of #8ABB5C
Black with #8ABB5C
Text Example
Text Example
White with #8ABB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB5C; }
p { color: rgb(138,187,92); }
H1.HeaderClassName
{
color: #8ABB5C;
}
.AnyTagClassName
{
color: #8ABB5C;
}
</style>
background-color css
<style>
a { background-color: #8ABB5C; }
a { background-color: rgb(138,187,92); }
div.DivClassName
{
background-color: #8ABB5C;
}
.BgClassName
{
background-color: #8ABB5C;
}
</style>
border-color css
<style>
span { border-color: #8ABB5C; }
span { border-color: rgb(138,187,92); }
td.TdClassName
{
border-color: #8ABB5C;
}
.TagClassName
{
border-color: #8ABB5C;
}
</style>