Shades of Mantis #8ABA6B
Tints of Mantis #8ABA6B
RGB
CMYK
RGB Variations
Color information
#8ABA6B (or 0x8ABA6B) is known color: Mantis. HEX triplet: 8A, BA and 6B. RGB value is (138,186,107). Sum of RGB (Red+Green+Blue) = 138+186+107=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA6B is #754594. Grayscale: #A2A2A2. Windows color (decimal): -7685525 or 7060106. OLE color: 7060106.
HSL color Cylindrical-coordinate representation of color #8ABA6B: hue angle of 96.46º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ABA6B is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 107 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.27 |
| HSL | 96.46º | 0.36% | 0.57% | - |
| HSV(B) | 96.46º | 0.42% | 0.73% | - |
| XYZ | 30.69 | 41.58 | 20.32 | - |
| YUV | 162.64 | 96.6 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 107 | 0.26 | 0 | 0.42 | 0.27 | 96.46 | 0.36 | 0.57 |
| Hex | 8A | BA | 6B | 1A | 0 | 2A | 1B | 60 | 24 | 39 |
| Octal | 212 | 272 | 153 | 32 | 0 | 52 | 33 | 140 | 44 | 71 |
| Binary | 10001010 | 10111010 | 1101011 | 11010 | 0 | 101010 | 11011 | 1100000 | 100100 | 111001 |
Color Harmonies of #8ABA6B
Complementary color
Monochromatic Colors of #8ABA6B
Black with #8ABA6B
Text Example
Text Example
White with #8ABA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA6B; }
p { color: rgb(138,186,107); }
H1.HeaderClassName
{
color: #8ABA6B;
}
.AnyTagClassName
{
color: #8ABA6B;
}
</style>
background-color css
<style>
a { background-color: #8ABA6B; }
a { background-color: rgb(138,186,107); }
div.DivClassName
{
background-color: #8ABA6B;
}
.BgClassName
{
background-color: #8ABA6B;
}
</style>
border-color css
<style>
span { border-color: #8ABA6B; }
span { border-color: rgb(138,186,107); }
td.TdClassName
{
border-color: #8ABA6B;
}
.TagClassName
{
border-color: #8ABA6B;
}
</style>