Shades of Mantis #8AD951
Tints of Mantis #8AD951
RGB
CMYK
RGB Variations
Color information
#8AD951 (or 0x8AD951) is known color: Mantis. HEX triplet: 8A, D9 and 51. RGB value is (138,217,81). Sum of RGB (Red+Green+Blue) = 138+217+81=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD951 is #7526AE. Grayscale: #B2B2B2. Windows color (decimal): -7677615 or 5364106. OLE color: 5364106.
HSL color Cylindrical-coordinate representation of color #8AD951: hue angle of 94.85º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AD951 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 81 | - |
| CMYK | 0.36 | 0 | 0.63 | 0.15 |
| HSL | 94.85º | 0.64% | 0.58% | - |
| HSV(B) | 94.85º | 0.63% | 0.85% | - |
| XYZ | 36.78 | 55.62 | 16.58 | - |
| YUV | 177.88 | 73.33 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 81 | 0.36 | 0 | 0.63 | 0.15 | 94.85 | 0.64 | 0.58 |
| Hex | 8A | D9 | 51 | 24 | 0 | 3F | F | 5F | 40 | 3A |
| Octal | 212 | 331 | 121 | 44 | 0 | 77 | 17 | 137 | 100 | 72 |
| Binary | 10001010 | 11011001 | 1010001 | 100100 | 0 | 111111 | 1111 | 1011111 | 1000000 | 111010 |
Color Harmonies of #8AD951
Complementary color
Monochromatic Colors of #8AD951
Black with #8AD951
Text Example
Text Example
White with #8AD951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD951; }
p { color: rgb(138,217,81); }
H1.HeaderClassName
{
color: #8AD951;
}
.AnyTagClassName
{
color: #8AD951;
}
</style>
background-color css
<style>
a { background-color: #8AD951; }
a { background-color: rgb(138,217,81); }
div.DivClassName
{
background-color: #8AD951;
}
.BgClassName
{
background-color: #8AD951;
}
</style>
border-color css
<style>
span { border-color: #8AD951; }
span { border-color: rgb(138,217,81); }
td.TdClassName
{
border-color: #8AD951;
}
.TagClassName
{
border-color: #8AD951;
}
</style>