Shades of Mantis #8AB968
Tints of Mantis #8AB968
RGB
CMYK
RGB Variations
Color information
#8AB968 (or 0x8AB968) is known color: Mantis. HEX triplet: 8A, B9 and 68. RGB value is (138,185,104). Sum of RGB (Red+Green+Blue) = 138+185+104=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 185 (72.66% from 255 or 43.33% from 427); Blue value is 104 (41.02% from 255 or 24.36% from 427); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB968 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB968 is #754697. Grayscale: #A1A1A1. Windows color (decimal): -7685784 or 6863242. OLE color: 6863242.
HSL color Cylindrical-coordinate representation of color #8AB968: hue angle of 94.81º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AB968 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 104 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.27 |
| HSL | 94.81º | 0.37% | 0.57% | - |
| HSV(B) | 94.81º | 0.44% | 0.73% | - |
| XYZ | 30.33 | 41.1 | 19.43 | - |
| YUV | 161.71 | 95.43 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 104 | 0.25 | 0 | 0.44 | 0.27 | 94.81 | 0.37 | 0.57 |
| Hex | 8A | B9 | 68 | 19 | 0 | 2C | 1B | 5F | 25 | 39 |
| Octal | 212 | 271 | 150 | 31 | 0 | 54 | 33 | 137 | 45 | 71 |
| Binary | 10001010 | 10111001 | 1101000 | 11001 | 0 | 101100 | 11011 | 1011111 | 100101 | 111001 |
Color Harmonies of #8AB968
Complementary color
Monochromatic Colors of #8AB968
Black with #8AB968
Text Example
Text Example
White with #8AB968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB968; }
p { color: rgb(138,185,104); }
H1.HeaderClassName
{
color: #8AB968;
}
.AnyTagClassName
{
color: #8AB968;
}
</style>
background-color css
<style>
a { background-color: #8AB968; }
a { background-color: rgb(138,185,104); }
div.DivClassName
{
background-color: #8AB968;
}
.BgClassName
{
background-color: #8AB968;
}
</style>
border-color css
<style>
span { border-color: #8AB968; }
span { border-color: rgb(138,185,104); }
td.TdClassName
{
border-color: #8AB968;
}
.TagClassName
{
border-color: #8AB968;
}
</style>