Shades of Mantis #8AB965
Tints of Mantis #8AB965
RGB
CMYK
RGB Variations
Color information
#8AB965 (or 0x8AB965) is known color: Mantis. HEX triplet: 8A, B9 and 65. RGB value is (138,185,101). Sum of RGB (Red+Green+Blue) = 138+185+101=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB965 is #75469A. Grayscale: #A1A1A1. Windows color (decimal): -7685787 or 6666634. OLE color: 6666634.
HSL color Cylindrical-coordinate representation of color #8AB965: hue angle of 93.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AB965 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 185 | 101 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.27 |
| HSL | 93.57º | 0.38% | 0.56% | - |
| HSV(B) | 93.57º | 0.45% | 0.73% | - |
| XYZ | 30.18 | 41.04 | 18.64 | - |
| YUV | 161.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 185 | 101 | 0.25 | 0 | 0.45 | 0.27 | 93.57 | 0.38 | 0.56 |
| Hex | 8A | B9 | 65 | 19 | 0 | 2D | 1B | 5E | 26 | 38 |
| Octal | 212 | 271 | 145 | 31 | 0 | 55 | 33 | 136 | 46 | 70 |
| Binary | 10001010 | 10111001 | 1100101 | 11001 | 0 | 101101 | 11011 | 1011110 | 100110 | 111000 |
Color Harmonies of #8AB965
Complementary color
Monochromatic Colors of #8AB965
Black with #8AB965
Text Example
Text Example
White with #8AB965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB965; }
p { color: rgb(138,185,101); }
H1.HeaderClassName
{
color: #8AB965;
}
.AnyTagClassName
{
color: #8AB965;
}
</style>
background-color css
<style>
a { background-color: #8AB965; }
a { background-color: rgb(138,185,101); }
div.DivClassName
{
background-color: #8AB965;
}
.BgClassName
{
background-color: #8AB965;
}
</style>
border-color css
<style>
span { border-color: #8AB965; }
span { border-color: rgb(138,185,101); }
td.TdClassName
{
border-color: #8AB965;
}
.TagClassName
{
border-color: #8AB965;
}
</style>