Shades of Mantis #8AD862
Tints of Mantis #8AD862
RGB
CMYK
RGB Variations
Color information
#8AD862 (or 0x8AD862) is known color: Mantis. HEX triplet: 8A, D8 and 62. RGB value is (138,216,98). Sum of RGB (Red+Green+Blue) = 138+216+98=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD862 is #75279D. Grayscale: #B3B3B3. Windows color (decimal): -7677854 or 6477962. OLE color: 6477962.
HSL color Cylindrical-coordinate representation of color #8AD862: hue angle of 99.66º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AD862 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 98 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.15 |
| HSL | 99.66º | 0.6% | 0.62% | - |
| HSV(B) | 99.66º | 0.55% | 0.85% | - |
| XYZ | 37.24 | 55.4 | 20.29 | - |
| YUV | 179.23 | 82.16 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 98 | 0.36 | 0 | 0.55 | 0.15 | 99.66 | 0.6 | 0.62 |
| Hex | 8A | D8 | 62 | 24 | 0 | 37 | F | 64 | 3C | 3E |
| Octal | 212 | 330 | 142 | 44 | 0 | 67 | 17 | 144 | 74 | 76 |
| Binary | 10001010 | 11011000 | 1100010 | 100100 | 0 | 110111 | 1111 | 1100100 | 111100 | 111110 |
Color Harmonies of #8AD862
Complementary color
Monochromatic Colors of #8AD862
Black with #8AD862
Text Example
Text Example
White with #8AD862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD862; }
p { color: rgb(138,216,98); }
H1.HeaderClassName
{
color: #8AD862;
}
.AnyTagClassName
{
color: #8AD862;
}
</style>
background-color css
<style>
a { background-color: #8AD862; }
a { background-color: rgb(138,216,98); }
div.DivClassName
{
background-color: #8AD862;
}
.BgClassName
{
background-color: #8AD862;
}
</style>
border-color css
<style>
span { border-color: #8AD862; }
span { border-color: rgb(138,216,98); }
td.TdClassName
{
border-color: #8AD862;
}
.TagClassName
{
border-color: #8AD862;
}
</style>