Shades of Mantis #8AD860
Tints of Mantis #8AD860
RGB
CMYK
RGB Variations
Color information
#8AD860 (or 0x8AD860) is known color: Mantis. HEX triplet: 8A, D8 and 60. RGB value is (138,216,96). Sum of RGB (Red+Green+Blue) = 138+216+96=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 216 (84.77% from 255 or 48% from 450); Blue value is 96 (37.89% from 255 or 21.33% from 450); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD860 is #75279F. Grayscale: #B3B3B3. Windows color (decimal): -7677856 or 6346890. OLE color: 6346890.
HSL color Cylindrical-coordinate representation of color #8AD860: hue angle of 99º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8AD860 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 96 | - |
| CMYK | 0.36 | 0 | 0.56 | 0.15 |
| HSL | 99º | 0.61% | 0.61% | - |
| HSV(B) | 99º | 0.56% | 0.85% | - |
| XYZ | 37.15 | 55.36 | 19.79 | - |
| YUV | 179 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 96 | 0.36 | 0 | 0.56 | 0.15 | 99 | 0.61 | 0.61 |
| Hex | 8A | D8 | 60 | 24 | 0 | 38 | F | 63 | 3D | 3D |
| Octal | 212 | 330 | 140 | 44 | 0 | 70 | 17 | 143 | 75 | 75 |
| Binary | 10001010 | 11011000 | 1100000 | 100100 | 0 | 111000 | 1111 | 1100011 | 111101 | 111101 |
Color Harmonies of #8AD860
Complementary color
Monochromatic Colors of #8AD860
Black with #8AD860
Text Example
Text Example
White with #8AD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD860; }
p { color: rgb(138,216,96); }
H1.HeaderClassName
{
color: #8AD860;
}
.AnyTagClassName
{
color: #8AD860;
}
</style>
background-color css
<style>
a { background-color: #8AD860; }
a { background-color: rgb(138,216,96); }
div.DivClassName
{
background-color: #8AD860;
}
.BgClassName
{
background-color: #8AD860;
}
</style>
border-color css
<style>
span { border-color: #8AD860; }
span { border-color: rgb(138,216,96); }
td.TdClassName
{
border-color: #8AD860;
}
.TagClassName
{
border-color: #8AD860;
}
</style>