Shades of Mantis #8ABC59
Tints of Mantis #8ABC59
RGB
CMYK
RGB Variations
Color information
#8ABC59 (or 0x8ABC59) is known color: Mantis. HEX triplet: 8A, BC and 59. RGB value is (138,188,89). Sum of RGB (Red+Green+Blue) = 138+188+89=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 89 (35.16% from 255 or 21.45% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC59 is #7543A6. Grayscale: #A2A2A2. Windows color (decimal): -7685031 or 5880970. OLE color: 5880970.
HSL color Cylindrical-coordinate representation of color #8ABC59: hue angle of 90.3º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ABC59 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 89 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.26 |
| HSL | 90.3º | 0.42% | 0.54% | - |
| HSV(B) | 90.3º | 0.53% | 0.74% | - |
| XYZ | 30.27 | 42.09 | 15.98 | - |
| YUV | 161.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 89 | 0.27 | 0 | 0.53 | 0.26 | 90.3 | 0.42 | 0.54 |
| Hex | 8A | BC | 59 | 1B | 0 | 35 | 1A | 5A | 2A | 36 |
| Octal | 212 | 274 | 131 | 33 | 0 | 65 | 32 | 132 | 52 | 66 |
| Binary | 10001010 | 10111100 | 1011001 | 11011 | 0 | 110101 | 11010 | 1011010 | 101010 | 110110 |
Color Harmonies of #8ABC59
Complementary color
Monochromatic Colors of #8ABC59
Black with #8ABC59
Text Example
Text Example
White with #8ABC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC59; }
p { color: rgb(138,188,89); }
H1.HeaderClassName
{
color: #8ABC59;
}
.AnyTagClassName
{
color: #8ABC59;
}
</style>
background-color css
<style>
a { background-color: #8ABC59; }
a { background-color: rgb(138,188,89); }
div.DivClassName
{
background-color: #8ABC59;
}
.BgClassName
{
background-color: #8ABC59;
}
</style>
border-color css
<style>
span { border-color: #8ABC59; }
span { border-color: rgb(138,188,89); }
td.TdClassName
{
border-color: #8ABC59;
}
.TagClassName
{
border-color: #8ABC59;
}
</style>