Shades of Mantis #8ACC51
Tints of Mantis #8ACC51
RGB
CMYK
RGB Variations
Color information
#8ACC51 (or 0x8ACC51) is known color: Mantis. HEX triplet: 8A, CC and 51. RGB value is (138,204,81). Sum of RGB (Red+Green+Blue) = 138+204+81=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC51 is #7533AE. Grayscale: #AAAAAA. Windows color (decimal): -7680943 or 5360778. OLE color: 5360778.
HSL color Cylindrical-coordinate representation of color #8ACC51: hue angle of 92.2º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ACC51 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 81 | - |
| CMYK | 0.32 | 0 | 0.60 | 0.2 |
| HSL | 92.2º | 0.55% | 0.56% | - |
| HSV(B) | 92.2º | 0.6% | 0.8% | - |
| XYZ | 33.56 | 49.18 | 15.51 | - |
| YUV | 170.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 81 | 0.32 | 0 | 0.60 | 0.2 | 92.2 | 0.55 | 0.56 |
| Hex | 8A | CC | 51 | 20 | 0 | 3C | 14 | 5C | 37 | 38 |
| Octal | 212 | 314 | 121 | 40 | 0 | 74 | 24 | 134 | 67 | 70 |
| Binary | 10001010 | 11001100 | 1010001 | 100000 | 0 | 111100 | 10100 | 1011100 | 110111 | 111000 |
Color Harmonies of #8ACC51
Complementary color
Monochromatic Colors of #8ACC51
Black with #8ACC51
Text Example
Text Example
White with #8ACC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC51; }
p { color: rgb(138,204,81); }
H1.HeaderClassName
{
color: #8ACC51;
}
.AnyTagClassName
{
color: #8ACC51;
}
</style>
background-color css
<style>
a { background-color: #8ACC51; }
a { background-color: rgb(138,204,81); }
div.DivClassName
{
background-color: #8ACC51;
}
.BgClassName
{
background-color: #8ACC51;
}
</style>
border-color css
<style>
span { border-color: #8ACC51; }
span { border-color: rgb(138,204,81); }
td.TdClassName
{
border-color: #8ACC51;
}
.TagClassName
{
border-color: #8ACC51;
}
</style>