Shades of Mantis #8ACC50
Tints of Mantis #8ACC50
RGB
CMYK
RGB Variations
Color information
#8ACC50 (or 0x8ACC50) is known color: Mantis. HEX triplet: 8A, CC and 50. RGB value is (138,204,80). Sum of RGB (Red+Green+Blue) = 138+204+80=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACC50 is #7533AF. Grayscale: #AAAAAA. Windows color (decimal): -7680944 or 5295242. OLE color: 5295242.
HSL color Cylindrical-coordinate representation of color #8ACC50: hue angle of 91.94º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ACC50 is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 80 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.2 |
| HSL | 91.94º | 0.55% | 0.56% | - |
| HSV(B) | 91.94º | 0.61% | 0.8% | - |
| XYZ | 33.52 | 49.17 | 15.31 | - |
| YUV | 170.13 | 77.13 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 80 | 0.32 | 0 | 0.61 | 0.2 | 91.94 | 0.55 | 0.56 |
| Hex | 8A | CC | 50 | 20 | 0 | 3D | 14 | 5C | 37 | 38 |
| Octal | 212 | 314 | 120 | 40 | 0 | 75 | 24 | 134 | 67 | 70 |
| Binary | 10001010 | 11001100 | 1010000 | 100000 | 0 | 111101 | 10100 | 1011100 | 110111 | 111000 |
Color Harmonies of #8ACC50
Complementary color
Monochromatic Colors of #8ACC50
Black with #8ACC50
Text Example
Text Example
White with #8ACC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC50; }
p { color: rgb(138,204,80); }
H1.HeaderClassName
{
color: #8ACC50;
}
.AnyTagClassName
{
color: #8ACC50;
}
</style>
background-color css
<style>
a { background-color: #8ACC50; }
a { background-color: rgb(138,204,80); }
div.DivClassName
{
background-color: #8ACC50;
}
.BgClassName
{
background-color: #8ACC50;
}
</style>
border-color css
<style>
span { border-color: #8ACC50; }
span { border-color: rgb(138,204,80); }
td.TdClassName
{
border-color: #8ACC50;
}
.TagClassName
{
border-color: #8ACC50;
}
</style>