Shades of Mantis #8ACB63
Tints of Mantis #8ACB63
RGB
CMYK
RGB Variations
Color information
#8ACB63 (or 0x8ACB63) is known color: Mantis. HEX triplet: 8A, CB and 63. RGB value is (138,203,99). Sum of RGB (Red+Green+Blue) = 138+203+99=440 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.36% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACB63 is #75349C. Grayscale: #ACACAC. Windows color (decimal): -7681181 or 6540170. OLE color: 6540170.
HSL color Cylindrical-coordinate representation of color #8ACB63: hue angle of 97.5º 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 #8ACB63 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 203 | 99 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.20 |
| HSL | 97.5º | 0.5% | 0.59% | - |
| HSV(B) | 97.5º | 0.51% | 0.8% | - |
| XYZ | 34.09 | 49.02 | 19.47 | - |
| YUV | 171.71 | 86.97 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 203 | 99 | 0.32 | 0 | 0.51 | 0.20 | 97.5 | 0.5 | 0.59 |
| Hex | 8A | CB | 63 | 20 | 0 | 33 | 14 | 62 | 32 | 3B |
| Octal | 212 | 313 | 143 | 40 | 0 | 63 | 24 | 142 | 62 | 73 |
| Binary | 10001010 | 11001011 | 1100011 | 100000 | 0 | 110011 | 10100 | 1100010 | 110010 | 111011 |
Color Harmonies of #8ACB63
Complementary color
Monochromatic Colors of #8ACB63
Black with #8ACB63
Text Example
Text Example
White with #8ACB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACB63; }
p { color: rgb(138,203,99); }
H1.HeaderClassName
{
color: #8ACB63;
}
.AnyTagClassName
{
color: #8ACB63;
}
</style>
background-color css
<style>
a { background-color: #8ACB63; }
a { background-color: rgb(138,203,99); }
div.DivClassName
{
background-color: #8ACB63;
}
.BgClassName
{
background-color: #8ACB63;
}
</style>
border-color css
<style>
span { border-color: #8ACB63; }
span { border-color: rgb(138,203,99); }
td.TdClassName
{
border-color: #8ACB63;
}
.TagClassName
{
border-color: #8ACB63;
}
</style>