Shades of Mantis #8AB86B
Tints of Mantis #8AB86B
RGB
CMYK
RGB Variations
Color information
#8AB86B (or 0x8AB86B) is known color: Mantis. HEX triplet: 8A, B8 and 6B. RGB value is (138,184,107). Sum of RGB (Red+Green+Blue) = 138+184+107=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB86B is #754794. Grayscale: #A1A1A1. Windows color (decimal): -7686037 or 7059594. OLE color: 7059594.
HSL color Cylindrical-coordinate representation of color #8AB86B: hue angle of 95.84º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB86B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 107 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.28 |
| HSL | 95.84º | 0.35% | 0.57% | - |
| HSV(B) | 95.84º | 0.42% | 0.72% | - |
| XYZ | 30.28 | 40.75 | 20.18 | - |
| YUV | 161.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 107 | 0.25 | 0 | 0.42 | 0.28 | 95.84 | 0.35 | 0.57 |
| Hex | 8A | B8 | 6B | 19 | 0 | 2A | 1C | 60 | 23 | 39 |
| Octal | 212 | 270 | 153 | 31 | 0 | 52 | 34 | 140 | 43 | 71 |
| Binary | 10001010 | 10111000 | 1101011 | 11001 | 0 | 101010 | 11100 | 1100000 | 100011 | 111001 |
Color Harmonies of #8AB86B
Complementary color
Monochromatic Colors of #8AB86B
Black with #8AB86B
Text Example
Text Example
White with #8AB86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB86B; }
p { color: rgb(138,184,107); }
H1.HeaderClassName
{
color: #8AB86B;
}
.AnyTagClassName
{
color: #8AB86B;
}
</style>
background-color css
<style>
a { background-color: #8AB86B; }
a { background-color: rgb(138,184,107); }
div.DivClassName
{
background-color: #8AB86B;
}
.BgClassName
{
background-color: #8AB86B;
}
</style>
border-color css
<style>
span { border-color: #8AB86B; }
span { border-color: rgb(138,184,107); }
td.TdClassName
{
border-color: #8AB86B;
}
.TagClassName
{
border-color: #8AB86B;
}
</style>