Shades of Mantis #8ACC63
Tints of Mantis #8ACC63
RGB
CMYK
RGB Variations
Color information
#8ACC63 (or 0x8ACC63) is known color: Mantis. HEX triplet: 8A, CC and 63. RGB value is (138,204,99). Sum of RGB (Red+Green+Blue) = 138+204+99=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC63 is #75339C. Grayscale: #ACACAC. Windows color (decimal): -7680925 or 6540426. OLE color: 6540426.
HSL color Cylindrical-coordinate representation of color #8ACC63: hue angle of 97.71º degrees, saturation: 0.51, 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 #8ACC63 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 99 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.2 |
| HSL | 97.71º | 0.51% | 0.59% | - |
| HSV(B) | 97.71º | 0.51% | 0.8% | - |
| XYZ | 34.33 | 49.49 | 19.55 | - |
| YUV | 172.3 | 86.63 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 99 | 0.32 | 0 | 0.51 | 0.2 | 97.71 | 0.51 | 0.59 |
| Hex | 8A | CC | 63 | 20 | 0 | 33 | 14 | 62 | 33 | 3B |
| Octal | 212 | 314 | 143 | 40 | 0 | 63 | 24 | 142 | 63 | 73 |
| Binary | 10001010 | 11001100 | 1100011 | 100000 | 0 | 110011 | 10100 | 1100010 | 110011 | 111011 |
Color Harmonies of #8ACC63
Complementary color
Monochromatic Colors of #8ACC63
Black with #8ACC63
Text Example
Text Example
White with #8ACC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC63; }
p { color: rgb(138,204,99); }
H1.HeaderClassName
{
color: #8ACC63;
}
.AnyTagClassName
{
color: #8ACC63;
}
</style>
background-color css
<style>
a { background-color: #8ACC63; }
a { background-color: rgb(138,204,99); }
div.DivClassName
{
background-color: #8ACC63;
}
.BgClassName
{
background-color: #8ACC63;
}
</style>
border-color css
<style>
span { border-color: #8ACC63; }
span { border-color: rgb(138,204,99); }
td.TdClassName
{
border-color: #8ACC63;
}
.TagClassName
{
border-color: #8ACC63;
}
</style>