Shades of Mantis #8ABC5A
Tints of Mantis #8ABC5A
RGB
CMYK
RGB Variations
Color information
#8ABC5A (or 0x8ABC5A) is known color: Mantis. HEX triplet: 8A, BC and 5A. RGB value is (138,188,90). Sum of RGB (Red+Green+Blue) = 138+188+90=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC5A is #7543A5. Grayscale: #A2A2A2. Windows color (decimal): -7685030 or 5946506. OLE color: 5946506.
HSL color Cylindrical-coordinate representation of color #8ABC5A: hue angle of 90.61º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8ABC5A is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 90 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.26 |
| HSL | 90.61º | 0.42% | 0.55% | - |
| HSV(B) | 90.61º | 0.52% | 0.74% | - |
| XYZ | 30.31 | 42.11 | 16.2 | - |
| YUV | 161.88 | 87.44 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 90 | 0.27 | 0 | 0.52 | 0.26 | 90.61 | 0.42 | 0.55 |
| Hex | 8A | BC | 5A | 1B | 0 | 34 | 1A | 5B | 2A | 37 |
| Octal | 212 | 274 | 132 | 33 | 0 | 64 | 32 | 133 | 52 | 67 |
| Binary | 10001010 | 10111100 | 1011010 | 11011 | 0 | 110100 | 11010 | 1011011 | 101010 | 110111 |
Color Harmonies of #8ABC5A
Complementary color
Monochromatic Colors of #8ABC5A
Black with #8ABC5A
Text Example
Text Example
White with #8ABC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC5A; }
p { color: rgb(138,188,90); }
H1.HeaderClassName
{
color: #8ABC5A;
}
.AnyTagClassName
{
color: #8ABC5A;
}
</style>
background-color css
<style>
a { background-color: #8ABC5A; }
a { background-color: rgb(138,188,90); }
div.DivClassName
{
background-color: #8ABC5A;
}
.BgClassName
{
background-color: #8ABC5A;
}
</style>
border-color css
<style>
span { border-color: #8ABC5A; }
span { border-color: rgb(138,188,90); }
td.TdClassName
{
border-color: #8ABC5A;
}
.TagClassName
{
border-color: #8ABC5A;
}
</style>