Shades of Mantis #8ABB60
Tints of Mantis #8ABB60
RGB
CMYK
RGB Variations
Color information
#8ABB60 (or 0x8ABB60) is known color: Mantis. HEX triplet: 8A, BB and 60. RGB value is (138,187,96). Sum of RGB (Red+Green+Blue) = 138+187+96=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABB60 is #75449F. Grayscale: #A2A2A2. Windows color (decimal): -7685280 or 6339466. OLE color: 6339466.
HSL color Cylindrical-coordinate representation of color #8ABB60: hue angle of 92.31º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8ABB60 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 96 | - |
| CMYK | 0.26 | 0 | 0.49 | 0.27 |
| HSL | 92.31º | 0.4% | 0.55% | - |
| HSV(B) | 92.31º | 0.49% | 0.73% | - |
| XYZ | 30.36 | 41.79 | 17.53 | - |
| YUV | 161.98 | 90.77 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 96 | 0.26 | 0 | 0.49 | 0.27 | 92.31 | 0.4 | 0.55 |
| Hex | 8A | BB | 60 | 1A | 0 | 31 | 1B | 5C | 28 | 37 |
| Octal | 212 | 273 | 140 | 32 | 0 | 61 | 33 | 134 | 50 | 67 |
| Binary | 10001010 | 10111011 | 1100000 | 11010 | 0 | 110001 | 11011 | 1011100 | 101000 | 110111 |
Color Harmonies of #8ABB60
Complementary color
Monochromatic Colors of #8ABB60
Black with #8ABB60
Text Example
Text Example
White with #8ABB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB60; }
p { color: rgb(138,187,96); }
H1.HeaderClassName
{
color: #8ABB60;
}
.AnyTagClassName
{
color: #8ABB60;
}
</style>
background-color css
<style>
a { background-color: #8ABB60; }
a { background-color: rgb(138,187,96); }
div.DivClassName
{
background-color: #8ABB60;
}
.BgClassName
{
background-color: #8ABB60;
}
</style>
border-color css
<style>
span { border-color: #8ABB60; }
span { border-color: rgb(138,187,96); }
td.TdClassName
{
border-color: #8ABB60;
}
.TagClassName
{
border-color: #8ABB60;
}
</style>