Shades of Mantis #8AC071
Tints of Mantis #8AC071
RGB
CMYK
RGB Variations
Color information
#8AC071 (or 0x8AC071) is known color: Mantis. HEX triplet: 8A, C0 and 71. RGB value is (138,192,113). Sum of RGB (Red+Green+Blue) = 138+192+113=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC071 is #753F8E. Grayscale: #A7A7A7. Windows color (decimal): -7683983 or 7454858. OLE color: 7454858.
HSL color Cylindrical-coordinate representation of color #8AC071: hue angle of 101.01º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AC071 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 113 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.25 |
| HSL | 101.01º | 0.39% | 0.6% | - |
| HSV(B) | 101.01º | 0.41% | 0.75% | - |
| XYZ | 32.31 | 44.29 | 22.47 | - |
| YUV | 166.85 | 97.61 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 113 | 0.28 | 0 | 0.41 | 0.25 | 101.01 | 0.39 | 0.6 |
| Hex | 8A | C0 | 71 | 1C | 0 | 29 | 19 | 65 | 27 | 3C |
| Octal | 212 | 300 | 161 | 34 | 0 | 51 | 31 | 145 | 47 | 74 |
| Binary | 10001010 | 11000000 | 1110001 | 11100 | 0 | 101001 | 11001 | 1100101 | 100111 | 111100 |
Color Harmonies of #8AC071
Complementary color
Monochromatic Colors of #8AC071
Black with #8AC071
Text Example
Text Example
White with #8AC071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC071; }
p { color: rgb(138,192,113); }
H1.HeaderClassName
{
color: #8AC071;
}
.AnyTagClassName
{
color: #8AC071;
}
</style>
background-color css
<style>
a { background-color: #8AC071; }
a { background-color: rgb(138,192,113); }
div.DivClassName
{
background-color: #8AC071;
}
.BgClassName
{
background-color: #8AC071;
}
</style>
border-color css
<style>
span { border-color: #8AC071; }
span { border-color: rgb(138,192,113); }
td.TdClassName
{
border-color: #8AC071;
}
.TagClassName
{
border-color: #8AC071;
}
</style>