Shades of Mantis #8AB86C
Tints of Mantis #8AB86C
RGB
CMYK
RGB Variations
Color information
#8AB86C (or 0x8AB86C) is known color: Mantis. HEX triplet: 8A, B8 and 6C. RGB value is (138,184,108). Sum of RGB (Red+Green+Blue) = 138+184+108=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB86C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB86C is #754793. Grayscale: #A1A1A1. Windows color (decimal): -7686036 or 7125130. OLE color: 7125130.
HSL color Cylindrical-coordinate representation of color #8AB86C: hue angle of 96.32º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AB86C is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 108 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.28 |
| HSL | 96.32º | 0.35% | 0.57% | - |
| HSV(B) | 96.32º | 0.41% | 0.72% | - |
| XYZ | 30.33 | 40.77 | 20.46 | - |
| YUV | 161.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 108 | 0.25 | 0 | 0.41 | 0.28 | 96.32 | 0.35 | 0.57 |
| Hex | 8A | B8 | 6C | 19 | 0 | 29 | 1C | 60 | 23 | 39 |
| Octal | 212 | 270 | 154 | 31 | 0 | 51 | 34 | 140 | 43 | 71 |
| Binary | 10001010 | 10111000 | 1101100 | 11001 | 0 | 101001 | 11100 | 1100000 | 100011 | 111001 |
Color Harmonies of #8AB86C
Complementary color
Monochromatic Colors of #8AB86C
Black with #8AB86C
Text Example
Text Example
White with #8AB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB86C; }
p { color: rgb(138,184,108); }
H1.HeaderClassName
{
color: #8AB86C;
}
.AnyTagClassName
{
color: #8AB86C;
}
</style>
background-color css
<style>
a { background-color: #8AB86C; }
a { background-color: rgb(138,184,108); }
div.DivClassName
{
background-color: #8AB86C;
}
.BgClassName
{
background-color: #8AB86C;
}
</style>
border-color css
<style>
span { border-color: #8AB86C; }
span { border-color: rgb(138,184,108); }
td.TdClassName
{
border-color: #8AB86C;
}
.TagClassName
{
border-color: #8AB86C;
}
</style>