Shades of Mantis #8AB864
Tints of Mantis #8AB864
RGB
CMYK
RGB Variations
Color information
#8AB864 (or 0x8AB864) is known color: Mantis. HEX triplet: 8A, B8 and 64. RGB value is (138,184,100). Sum of RGB (Red+Green+Blue) = 138+184+100=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB864 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB864 is #75479B. Grayscale: #A0A0A0. Windows color (decimal): -7686044 or 6600842. OLE color: 6600842.
HSL color Cylindrical-coordinate representation of color #8AB864: hue angle of 92.86º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AB864 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 100 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.28 |
| HSL | 92.86º | 0.37% | 0.56% | - |
| HSV(B) | 92.86º | 0.46% | 0.72% | - |
| XYZ | 29.92 | 40.6 | 18.32 | - |
| YUV | 160.67 | 93.76 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 100 | 0.25 | 0 | 0.46 | 0.28 | 92.86 | 0.37 | 0.56 |
| Hex | 8A | B8 | 64 | 19 | 0 | 2E | 1C | 5D | 25 | 38 |
| Octal | 212 | 270 | 144 | 31 | 0 | 56 | 34 | 135 | 45 | 70 |
| Binary | 10001010 | 10111000 | 1100100 | 11001 | 0 | 101110 | 11100 | 1011101 | 100101 | 111000 |
Color Harmonies of #8AB864
Complementary color
Monochromatic Colors of #8AB864
Black with #8AB864
Text Example
Text Example
White with #8AB864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB864; }
p { color: rgb(138,184,100); }
H1.HeaderClassName
{
color: #8AB864;
}
.AnyTagClassName
{
color: #8AB864;
}
</style>
background-color css
<style>
a { background-color: #8AB864; }
a { background-color: rgb(138,184,100); }
div.DivClassName
{
background-color: #8AB864;
}
.BgClassName
{
background-color: #8AB864;
}
</style>
border-color css
<style>
span { border-color: #8AB864; }
span { border-color: rgb(138,184,100); }
td.TdClassName
{
border-color: #8AB864;
}
.TagClassName
{
border-color: #8AB864;
}
</style>