Shades of Mantis #8ABD59
Tints of Mantis #8ABD59
RGB
CMYK
RGB Variations
Color information
#8ABD59 (or 0x8ABD59) is known color: Mantis. HEX triplet: 8A, BD and 59. RGB value is (138,189,89). Sum of RGB (Red+Green+Blue) = 138+189+89=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABD59 is #7542A6. Grayscale: #A2A2A2. Windows color (decimal): -7684775 or 5881226. OLE color: 5881226.
HSL color Cylindrical-coordinate representation of color #8ABD59: hue angle of 90.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ABD59 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 189 | 89 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.26 |
| HSL | 90.6º | 0.43% | 0.55% | - |
| HSV(B) | 90.6º | 0.53% | 0.74% | - |
| XYZ | 30.48 | 42.52 | 16.05 | - |
| YUV | 162.35 | 86.6 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 189 | 89 | 0.27 | 0 | 0.53 | 0.26 | 90.6 | 0.43 | 0.55 |
| Hex | 8A | BD | 59 | 1B | 0 | 35 | 1A | 5B | 2B | 37 |
| Octal | 212 | 275 | 131 | 33 | 0 | 65 | 32 | 133 | 53 | 67 |
| Binary | 10001010 | 10111101 | 1011001 | 11011 | 0 | 110101 | 11010 | 1011011 | 101011 | 110111 |
Color Harmonies of #8ABD59
Complementary color
Monochromatic Colors of #8ABD59
Black with #8ABD59
Text Example
Text Example
White with #8ABD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABD59; }
p { color: rgb(138,189,89); }
H1.HeaderClassName
{
color: #8ABD59;
}
.AnyTagClassName
{
color: #8ABD59;
}
</style>
background-color css
<style>
a { background-color: #8ABD59; }
a { background-color: rgb(138,189,89); }
div.DivClassName
{
background-color: #8ABD59;
}
.BgClassName
{
background-color: #8ABD59;
}
</style>
border-color css
<style>
span { border-color: #8ABD59; }
span { border-color: rgb(138,189,89); }
td.TdClassName
{
border-color: #8ABD59;
}
.TagClassName
{
border-color: #8ABD59;
}
</style>