Shades of Mantis #8ABE6A
Tints of Mantis #8ABE6A
RGB
CMYK
RGB Variations
Color information
#8ABE6A (or 0x8ABE6A) is known color: Mantis. HEX triplet: 8A, BE and 6A. RGB value is (138,190,106). Sum of RGB (Red+Green+Blue) = 138+190+106=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE6A is #754195. Grayscale: #A5A5A5. Windows color (decimal): -7684502 or 6995594. OLE color: 6995594.
HSL color Cylindrical-coordinate representation of color #8ABE6A: hue angle of 97.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ABE6A is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 106 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.25 |
| HSL | 97.14º | 0.39% | 0.58% | - |
| HSV(B) | 97.14º | 0.44% | 0.75% | - |
| XYZ | 31.5 | 43.27 | 20.33 | - |
| YUV | 164.88 | 94.77 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 106 | 0.27 | 0 | 0.44 | 0.25 | 97.14 | 0.39 | 0.58 |
| Hex | 8A | BE | 6A | 1B | 0 | 2C | 19 | 61 | 27 | 3A |
| Octal | 212 | 276 | 152 | 33 | 0 | 54 | 31 | 141 | 47 | 72 |
| Binary | 10001010 | 10111110 | 1101010 | 11011 | 0 | 101100 | 11001 | 1100001 | 100111 | 111010 |
Color Harmonies of #8ABE6A
Complementary color
Monochromatic Colors of #8ABE6A
Black with #8ABE6A
Text Example
Text Example
White with #8ABE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE6A; }
p { color: rgb(138,190,106); }
H1.HeaderClassName
{
color: #8ABE6A;
}
.AnyTagClassName
{
color: #8ABE6A;
}
</style>
background-color css
<style>
a { background-color: #8ABE6A; }
a { background-color: rgb(138,190,106); }
div.DivClassName
{
background-color: #8ABE6A;
}
.BgClassName
{
background-color: #8ABE6A;
}
</style>
border-color css
<style>
span { border-color: #8ABE6A; }
span { border-color: rgb(138,190,106); }
td.TdClassName
{
border-color: #8ABE6A;
}
.TagClassName
{
border-color: #8ABE6A;
}
</style>