Shades of Mantis #8AD659
Tints of Mantis #8AD659
RGB
CMYK
RGB Variations
Color information
#8AD659 (or 0x8AD659) is known color: Mantis. HEX triplet: 8A, D6 and 59. RGB value is (138,214,89). Sum of RGB (Red+Green+Blue) = 138+214+89=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD659 is #7529A6. Grayscale: #B1B1B1. Windows color (decimal): -7678375 or 5887626. OLE color: 5887626.
HSL color Cylindrical-coordinate representation of color #8AD659: hue angle of 96.48º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AD659 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 89 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.16 |
| HSL | 96.48º | 0.6% | 0.59% | - |
| HSV(B) | 96.48º | 0.58% | 0.84% | - |
| XYZ | 36.33 | 54.22 | 18 | - |
| YUV | 177.03 | 78.32 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 89 | 0.36 | 0 | 0.58 | 0.16 | 96.48 | 0.6 | 0.59 |
| Hex | 8A | D6 | 59 | 24 | 0 | 3A | 10 | 60 | 3C | 3B |
| Octal | 212 | 326 | 131 | 44 | 0 | 72 | 20 | 140 | 74 | 73 |
| Binary | 10001010 | 11010110 | 1011001 | 100100 | 0 | 111010 | 10000 | 1100000 | 111100 | 111011 |
Color Harmonies of #8AD659
Complementary color
Monochromatic Colors of #8AD659
Black with #8AD659
Text Example
Text Example
White with #8AD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD659; }
p { color: rgb(138,214,89); }
H1.HeaderClassName
{
color: #8AD659;
}
.AnyTagClassName
{
color: #8AD659;
}
</style>
background-color css
<style>
a { background-color: #8AD659; }
a { background-color: rgb(138,214,89); }
div.DivClassName
{
background-color: #8AD659;
}
.BgClassName
{
background-color: #8AD659;
}
</style>
border-color css
<style>
span { border-color: #8AD659; }
span { border-color: rgb(138,214,89); }
td.TdClassName
{
border-color: #8AD659;
}
.TagClassName
{
border-color: #8AD659;
}
</style>