Shades of Mantis #8AE562
Tints of Mantis #8AE562
RGB
CMYK
RGB Variations
Color information
#8AE562 (or 0x8AE562) is known color: Mantis. HEX triplet: 8A, E5 and 62. RGB value is (138,229,98). Sum of RGB (Red+Green+Blue) = 138+229+98=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE562 is #751A9D. Grayscale: #BBBBBB. Windows color (decimal): -7674526 or 6481290. OLE color: 6481290.
HSL color Cylindrical-coordinate representation of color #8AE562: hue angle of 101.68º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AE562 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 229 | 98 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.10 |
| HSL | 101.68º | 0.72% | 0.64% | - |
| HSV(B) | 101.68º | 0.57% | 0.9% | - |
| XYZ | 40.71 | 62.32 | 21.44 | - |
| YUV | 186.86 | 77.85 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 98 | 0.40 | 0 | 0.57 | 0.10 | 101.68 | 0.72 | 0.64 |
| Hex | 8A | E5 | 62 | 28 | 0 | 39 | A | 66 | 48 | 40 |
| Octal | 212 | 345 | 142 | 50 | 0 | 71 | 12 | 146 | 110 | 100 |
| Binary | 10001010 | 11100101 | 1100010 | 101000 | 0 | 111001 | 1010 | 1100110 | 1001000 | 1000000 |
Color Harmonies of #8AE562
Complementary color
Monochromatic Colors of #8AE562
Black with #8AE562
Text Example
Text Example
White with #8AE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE562; }
p { color: rgb(138,229,98); }
H1.HeaderClassName
{
color: #8AE562;
}
.AnyTagClassName
{
color: #8AE562;
}
</style>
background-color css
<style>
a { background-color: #8AE562; }
a { background-color: rgb(138,229,98); }
div.DivClassName
{
background-color: #8AE562;
}
.BgClassName
{
background-color: #8AE562;
}
</style>
border-color css
<style>
span { border-color: #8AE562; }
span { border-color: rgb(138,229,98); }
td.TdClassName
{
border-color: #8AE562;
}
.TagClassName
{
border-color: #8AE562;
}
</style>