Shades of Mantis #8ACB64
Tints of Mantis #8ACB64
RGB
CMYK
RGB Variations
Color information
#8ACB64 (or 0x8ACB64) is known color: Mantis. HEX triplet: 8A, CB and 64. RGB value is (138,203,100). Sum of RGB (Red+Green+Blue) = 138+203+100=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB64 is #75349B. Grayscale: #ACACAC. Windows color (decimal): -7681180 or 6605706. OLE color: 6605706.
HSL color Cylindrical-coordinate representation of color #8ACB64: hue angle of 97.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8ACB64 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 100 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.20 |
| HSL | 97.86º | 0.5% | 0.59% | - |
| HSV(B) | 97.86º | 0.51% | 0.8% | - |
| XYZ | 34.14 | 49.04 | 19.72 | - |
| YUV | 171.82 | 87.47 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 100 | 0.32 | 0 | 0.51 | 0.20 | 97.86 | 0.5 | 0.59 |
| Hex | 8A | CB | 64 | 20 | 0 | 33 | 14 | 62 | 32 | 3B |
| Octal | 212 | 313 | 144 | 40 | 0 | 63 | 24 | 142 | 62 | 73 |
| Binary | 10001010 | 11001011 | 1100100 | 100000 | 0 | 110011 | 10100 | 1100010 | 110010 | 111011 |
Color Harmonies of #8ACB64
Complementary color
Monochromatic Colors of #8ACB64
Black with #8ACB64
Text Example
Text Example
White with #8ACB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB64; }
p { color: rgb(138,203,100); }
H1.HeaderClassName
{
color: #8ACB64;
}
.AnyTagClassName
{
color: #8ACB64;
}
</style>
background-color css
<style>
a { background-color: #8ACB64; }
a { background-color: rgb(138,203,100); }
div.DivClassName
{
background-color: #8ACB64;
}
.BgClassName
{
background-color: #8ACB64;
}
</style>
border-color css
<style>
span { border-color: #8ACB64; }
span { border-color: rgb(138,203,100); }
td.TdClassName
{
border-color: #8ACB64;
}
.TagClassName
{
border-color: #8ACB64;
}
</style>