Shades of Mantis #8AB96B
Tints of Mantis #8AB96B
RGB
CMYK
RGB Variations
Color information
#8AB96B (or 0x8AB96B) is known color: Mantis. HEX triplet: 8A, B9 and 6B. RGB value is (138,185,107). Sum of RGB (Red+Green+Blue) = 138+185+107=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB96B is #754694. Grayscale: #A2A2A2. Windows color (decimal): -7685781 or 7059850. OLE color: 7059850.
HSL color Cylindrical-coordinate representation of color #8AB96B: hue angle of 96.15º 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 #8AB96B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 107 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.27 |
| HSL | 96.15º | 0.36% | 0.57% | - |
| HSV(B) | 96.15º | 0.42% | 0.73% | - |
| XYZ | 30.48 | 41.16 | 20.25 | - |
| YUV | 162.06 | 96.93 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 107 | 0.25 | 0 | 0.42 | 0.27 | 96.15 | 0.36 | 0.57 |
| Hex | 8A | B9 | 6B | 19 | 0 | 2A | 1B | 60 | 24 | 39 |
| Octal | 212 | 271 | 153 | 31 | 0 | 52 | 33 | 140 | 44 | 71 |
| Binary | 10001010 | 10111001 | 1101011 | 11001 | 0 | 101010 | 11011 | 1100000 | 100100 | 111001 |
Color Harmonies of #8AB96B
Complementary color
Monochromatic Colors of #8AB96B
Black with #8AB96B
Text Example
Text Example
White with #8AB96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB96B; }
p { color: rgb(138,185,107); }
H1.HeaderClassName
{
color: #8AB96B;
}
.AnyTagClassName
{
color: #8AB96B;
}
</style>
background-color css
<style>
a { background-color: #8AB96B; }
a { background-color: rgb(138,185,107); }
div.DivClassName
{
background-color: #8AB96B;
}
.BgClassName
{
background-color: #8AB96B;
}
</style>
border-color css
<style>
span { border-color: #8AB96B; }
span { border-color: rgb(138,185,107); }
td.TdClassName
{
border-color: #8AB96B;
}
.TagClassName
{
border-color: #8AB96B;
}
</style>