Shades of Mantis #8AD656
Tints of Mantis #8AD656
RGB
CMYK
RGB Variations
Color information
#8AD656 (or 0x8AD656) is known color: Mantis. HEX triplet: 8A, D6 and 56. RGB value is (138,214,86). Sum of RGB (Red+Green+Blue) = 138+214+86=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD656 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD656 is #7529A9. Grayscale: #B1B1B1. Windows color (decimal): -7678378 or 5691018. OLE color: 5691018.
HSL color Cylindrical-coordinate representation of color #8AD656: hue angle of 95.62º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AD656 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 86 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.16 |
| HSL | 95.63º | 0.61% | 0.59% | - |
| HSV(B) | 95.63º | 0.6% | 0.84% | - |
| XYZ | 36.21 | 54.17 | 17.35 | - |
| YUV | 176.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 86 | 0.36 | 0 | 0.60 | 0.16 | 95.63 | 0.61 | 0.59 |
| Hex | 8A | D6 | 56 | 24 | 0 | 3C | 10 | 60 | 3D | 3B |
| Octal | 212 | 326 | 126 | 44 | 0 | 74 | 20 | 140 | 75 | 73 |
| Binary | 10001010 | 11010110 | 1010110 | 100100 | 0 | 111100 | 10000 | 1100000 | 111101 | 111011 |
Color Harmonies of #8AD656
Complementary color
Monochromatic Colors of #8AD656
Black with #8AD656
Text Example
Text Example
White with #8AD656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD656; }
p { color: rgb(138,214,86); }
H1.HeaderClassName
{
color: #8AD656;
}
.AnyTagClassName
{
color: #8AD656;
}
</style>
background-color css
<style>
a { background-color: #8AD656; }
a { background-color: rgb(138,214,86); }
div.DivClassName
{
background-color: #8AD656;
}
.BgClassName
{
background-color: #8AD656;
}
</style>
border-color css
<style>
span { border-color: #8AD656; }
span { border-color: rgb(138,214,86); }
td.TdClassName
{
border-color: #8AD656;
}
.TagClassName
{
border-color: #8AD656;
}
</style>