Shades of Mantis #8ABE5A
Tints of Mantis #8ABE5A
RGB
CMYK
RGB Variations
Color information
#8ABE5A (or 0x8ABE5A) is known color: Mantis. HEX triplet: 8A, BE and 5A. RGB value is (138,190,90). Sum of RGB (Red+Green+Blue) = 138+190+90=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 90 (35.55% from 255 or 21.53% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE5A is #7541A5. Grayscale: #A3A3A3. Windows color (decimal): -7684518 or 5947018. OLE color: 5947018.
HSL color Cylindrical-coordinate representation of color #8ABE5A: hue angle of 91.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ABE5A is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 90 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.25 |
| HSL | 91.2º | 0.43% | 0.55% | - |
| HSV(B) | 91.2º | 0.53% | 0.75% | - |
| XYZ | 30.74 | 42.97 | 16.35 | - |
| YUV | 163.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 90 | 0.27 | 0 | 0.53 | 0.25 | 91.2 | 0.43 | 0.55 |
| Hex | 8A | BE | 5A | 1B | 0 | 35 | 19 | 5B | 2B | 37 |
| Octal | 212 | 276 | 132 | 33 | 0 | 65 | 31 | 133 | 53 | 67 |
| Binary | 10001010 | 10111110 | 1011010 | 11011 | 0 | 110101 | 11001 | 1011011 | 101011 | 110111 |
Color Harmonies of #8ABE5A
Complementary color
Monochromatic Colors of #8ABE5A
Black with #8ABE5A
Text Example
Text Example
White with #8ABE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE5A; }
p { color: rgb(138,190,90); }
H1.HeaderClassName
{
color: #8ABE5A;
}
.AnyTagClassName
{
color: #8ABE5A;
}
</style>
background-color css
<style>
a { background-color: #8ABE5A; }
a { background-color: rgb(138,190,90); }
div.DivClassName
{
background-color: #8ABE5A;
}
.BgClassName
{
background-color: #8ABE5A;
}
</style>
border-color css
<style>
span { border-color: #8ABE5A; }
span { border-color: rgb(138,190,90); }
td.TdClassName
{
border-color: #8ABE5A;
}
.TagClassName
{
border-color: #8ABE5A;
}
</style>