Shades of Mantis #8AD458
Tints of Mantis #8AD458
RGB
CMYK
RGB Variations
Color information
#8AD458 (or 0x8AD458) is known color: Mantis. HEX triplet: 8A, D4 and 58. RGB value is (138,212,88). Sum of RGB (Red+Green+Blue) = 138+212+88=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD458 is #752BA7. Grayscale: #B0B0B0. Windows color (decimal): -7678888 or 5821578. OLE color: 5821578.
HSL color Cylindrical-coordinate representation of color #8AD458: hue angle of 95.81º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AD458 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 88 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.17 |
| HSL | 95.81º | 0.59% | 0.59% | - |
| HSV(B) | 95.81º | 0.58% | 0.83% | - |
| XYZ | 35.79 | 53.19 | 17.61 | - |
| YUV | 175.74 | 78.48 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 88 | 0.35 | 0 | 0.58 | 0.17 | 95.81 | 0.59 | 0.59 |
| Hex | 8A | D4 | 58 | 23 | 0 | 3A | 11 | 60 | 3B | 3B |
| Octal | 212 | 324 | 130 | 43 | 0 | 72 | 21 | 140 | 73 | 73 |
| Binary | 10001010 | 11010100 | 1011000 | 100011 | 0 | 111010 | 10001 | 1100000 | 111011 | 111011 |
Color Harmonies of #8AD458
Complementary color
Monochromatic Colors of #8AD458
Black with #8AD458
Text Example
Text Example
White with #8AD458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD458; }
p { color: rgb(138,212,88); }
H1.HeaderClassName
{
color: #8AD458;
}
.AnyTagClassName
{
color: #8AD458;
}
</style>
background-color css
<style>
a { background-color: #8AD458; }
a { background-color: rgb(138,212,88); }
div.DivClassName
{
background-color: #8AD458;
}
.BgClassName
{
background-color: #8AD458;
}
</style>
border-color css
<style>
span { border-color: #8AD458; }
span { border-color: rgb(138,212,88); }
td.TdClassName
{
border-color: #8AD458;
}
.TagClassName
{
border-color: #8AD458;
}
</style>