Shades of Mantis #8AB96A
Tints of Mantis #8AB96A
RGB
CMYK
RGB Variations
Color information
#8AB96A (or 0x8AB96A) is known color: Mantis. HEX triplet: 8A, B9 and 6A. RGB value is (138,185,106). Sum of RGB (Red+Green+Blue) = 138+185+106=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 185 (72.66% from 255 or 43.12% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB96A is #754695. Grayscale: #A2A2A2. Windows color (decimal): -7685782 or 6994314. OLE color: 6994314.
HSL color Cylindrical-coordinate representation of color #8AB96A: hue angle of 95.7º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AB96A is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 106 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.27 |
| HSL | 95.7º | 0.36% | 0.57% | - |
| HSV(B) | 95.7º | 0.43% | 0.73% | - |
| XYZ | 30.43 | 41.14 | 19.97 | - |
| YUV | 161.94 | 96.43 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 106 | 0.25 | 0 | 0.43 | 0.27 | 95.7 | 0.36 | 0.57 |
| Hex | 8A | B9 | 6A | 19 | 0 | 2B | 1B | 60 | 24 | 39 |
| Octal | 212 | 271 | 152 | 31 | 0 | 53 | 33 | 140 | 44 | 71 |
| Binary | 10001010 | 10111001 | 1101010 | 11001 | 0 | 101011 | 11011 | 1100000 | 100100 | 111001 |
Color Harmonies of #8AB96A
Complementary color
Monochromatic Colors of #8AB96A
Black with #8AB96A
Text Example
Text Example
White with #8AB96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB96A; }
p { color: rgb(138,185,106); }
H1.HeaderClassName
{
color: #8AB96A;
}
.AnyTagClassName
{
color: #8AB96A;
}
</style>
background-color css
<style>
a { background-color: #8AB96A; }
a { background-color: rgb(138,185,106); }
div.DivClassName
{
background-color: #8AB96A;
}
.BgClassName
{
background-color: #8AB96A;
}
</style>
border-color css
<style>
span { border-color: #8AB96A; }
span { border-color: rgb(138,185,106); }
td.TdClassName
{
border-color: #8AB96A;
}
.TagClassName
{
border-color: #8AB96A;
}
</style>