Shades of Mantis #8ADE58
Tints of Mantis #8ADE58
RGB
CMYK
RGB Variations
Color information
#8ADE58 (or 0x8ADE58) is known color: Mantis. HEX triplet: 8A, DE and 58. RGB value is (138,222,88). Sum of RGB (Red+Green+Blue) = 138+222+88=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 222 (87.11% from 255 or 49.55% from 448); Blue value is 88 (34.77% from 255 or 19.64% from 448); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE58 is #7521A7. Grayscale: #B6B6B6. Windows color (decimal): -7676328 or 5824138. OLE color: 5824138.
HSL color Cylindrical-coordinate representation of color #8ADE58: hue angle of 97.61º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8ADE58 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 88 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.13 |
| HSL | 97.61º | 0.67% | 0.61% | - |
| HSV(B) | 97.61º | 0.6% | 0.87% | - |
| XYZ | 38.36 | 58.35 | 18.47 | - |
| YUV | 181.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 88 | 0.38 | 0 | 0.60 | 0.13 | 97.61 | 0.67 | 0.61 |
| Hex | 8A | DE | 58 | 26 | 0 | 3C | D | 62 | 43 | 3D |
| Octal | 212 | 336 | 130 | 46 | 0 | 74 | 15 | 142 | 103 | 75 |
| Binary | 10001010 | 11011110 | 1011000 | 100110 | 0 | 111100 | 1101 | 1100010 | 1000011 | 111101 |
Color Harmonies of #8ADE58
Complementary color
Monochromatic Colors of #8ADE58
Black with #8ADE58
Text Example
Text Example
White with #8ADE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE58; }
p { color: rgb(138,222,88); }
H1.HeaderClassName
{
color: #8ADE58;
}
.AnyTagClassName
{
color: #8ADE58;
}
</style>
background-color css
<style>
a { background-color: #8ADE58; }
a { background-color: rgb(138,222,88); }
div.DivClassName
{
background-color: #8ADE58;
}
.BgClassName
{
background-color: #8ADE58;
}
</style>
border-color css
<style>
span { border-color: #8ADE58; }
span { border-color: rgb(138,222,88); }
td.TdClassName
{
border-color: #8ADE58;
}
.TagClassName
{
border-color: #8ADE58;
}
</style>