Shades of Mantis #8ACC54
Tints of Mantis #8ACC54
RGB
CMYK
RGB Variations
Color information
#8ACC54 (or 0x8ACC54) is known color: Mantis. HEX triplet: 8A, CC and 54. RGB value is (138,204,84). Sum of RGB (Red+Green+Blue) = 138+204+84=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 84 (33.20% from 255 or 19.72% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC54 is #7533AB. Grayscale: #ABABAB. Windows color (decimal): -7680940 or 5557386. OLE color: 5557386.
HSL color Cylindrical-coordinate representation of color #8ACC54: hue angle of 93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8ACC54 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 84 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.2 |
| HSL | 93º | 0.54% | 0.56% | - |
| HSV(B) | 93º | 0.59% | 0.8% | - |
| XYZ | 33.67 | 49.23 | 16.11 | - |
| YUV | 170.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 84 | 0.32 | 0 | 0.59 | 0.2 | 93 | 0.54 | 0.56 |
| Hex | 8A | CC | 54 | 20 | 0 | 3B | 14 | 5D | 36 | 38 |
| Octal | 212 | 314 | 124 | 40 | 0 | 73 | 24 | 135 | 66 | 70 |
| Binary | 10001010 | 11001100 | 1010100 | 100000 | 0 | 111011 | 10100 | 1011101 | 110110 | 111000 |
Color Harmonies of #8ACC54
Complementary color
Monochromatic Colors of #8ACC54
Black with #8ACC54
Text Example
Text Example
White with #8ACC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC54; }
p { color: rgb(138,204,84); }
H1.HeaderClassName
{
color: #8ACC54;
}
.AnyTagClassName
{
color: #8ACC54;
}
</style>
background-color css
<style>
a { background-color: #8ACC54; }
a { background-color: rgb(138,204,84); }
div.DivClassName
{
background-color: #8ACC54;
}
.BgClassName
{
background-color: #8ACC54;
}
</style>
border-color css
<style>
span { border-color: #8ACC54; }
span { border-color: rgb(138,204,84); }
td.TdClassName
{
border-color: #8ACC54;
}
.TagClassName
{
border-color: #8ACC54;
}
</style>