Shades of Mantis #8AE560
Tints of Mantis #8AE560
RGB
CMYK
RGB Variations
Color information
#8AE560 (or 0x8AE560) is known color: Mantis. HEX triplet: 8A, E5 and 60. RGB value is (138,229,96). Sum of RGB (Red+Green+Blue) = 138+229+96=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #8AE560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AE560 is #751A9F. Grayscale: #BBBBBB. Windows color (decimal): -7674528 or 6350218. OLE color: 6350218.
HSL color Cylindrical-coordinate representation of color #8AE560: hue angle of 101.05º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AE560 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 229 | 96 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.10 |
| HSL | 101.05º | 0.72% | 0.64% | - |
| HSV(B) | 101.05º | 0.58% | 0.9% | - |
| XYZ | 40.61 | 62.29 | 20.95 | - |
| YUV | 186.63 | 76.85 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 229 | 96 | 0.40 | 0 | 0.58 | 0.10 | 101.05 | 0.72 | 0.64 |
| Hex | 8A | E5 | 60 | 28 | 0 | 3A | A | 65 | 48 | 40 |
| Octal | 212 | 345 | 140 | 50 | 0 | 72 | 12 | 145 | 110 | 100 |
| Binary | 10001010 | 11100101 | 1100000 | 101000 | 0 | 111010 | 1010 | 1100101 | 1001000 | 1000000 |
Color Harmonies of #8AE560
Complementary color
Monochromatic Colors of #8AE560
Black with #8AE560
Text Example
Text Example
White with #8AE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AE560; }
p { color: rgb(138,229,96); }
H1.HeaderClassName
{
color: #8AE560;
}
.AnyTagClassName
{
color: #8AE560;
}
</style>
background-color css
<style>
a { background-color: #8AE560; }
a { background-color: rgb(138,229,96); }
div.DivClassName
{
background-color: #8AE560;
}
.BgClassName
{
background-color: #8AE560;
}
</style>
border-color css
<style>
span { border-color: #8AE560; }
span { border-color: rgb(138,229,96); }
td.TdClassName
{
border-color: #8AE560;
}
.TagClassName
{
border-color: #8AE560;
}
</style>