Shades of Mantis #8AD96B
Tints of Mantis #8AD96B
RGB
CMYK
RGB Variations
Color information
#8AD96B (or 0x8AD96B) is known color: Mantis. HEX triplet: 8A, D9 and 6B. RGB value is (138,217,107). Sum of RGB (Red+Green+Blue) = 138+217+107=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD96B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD96B is #752694. Grayscale: #B5B5B5. Windows color (decimal): -7677589 or 7068042. OLE color: 7068042.
HSL color Cylindrical-coordinate representation of color #8AD96B: hue angle of 103.09º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AD96B is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 107 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.15 |
| HSL | 103.09º | 0.59% | 0.64% | - |
| HSV(B) | 103.09º | 0.51% | 0.85% | - |
| XYZ | 37.95 | 56.09 | 22.74 | - |
| YUV | 180.84 | 86.33 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 107 | 0.36 | 0 | 0.51 | 0.15 | 103.09 | 0.59 | 0.64 |
| Hex | 8A | D9 | 6B | 24 | 0 | 33 | F | 67 | 3B | 40 |
| Octal | 212 | 331 | 153 | 44 | 0 | 63 | 17 | 147 | 73 | 100 |
| Binary | 10001010 | 11011001 | 1101011 | 100100 | 0 | 110011 | 1111 | 1100111 | 111011 | 1000000 |
Color Harmonies of #8AD96B
Complementary color
Monochromatic Colors of #8AD96B
Black with #8AD96B
Text Example
Text Example
White with #8AD96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD96B; }
p { color: rgb(138,217,107); }
H1.HeaderClassName
{
color: #8AD96B;
}
.AnyTagClassName
{
color: #8AD96B;
}
</style>
background-color css
<style>
a { background-color: #8AD96B; }
a { background-color: rgb(138,217,107); }
div.DivClassName
{
background-color: #8AD96B;
}
.BgClassName
{
background-color: #8AD96B;
}
</style>
border-color css
<style>
span { border-color: #8AD96B; }
span { border-color: rgb(138,217,107); }
td.TdClassName
{
border-color: #8AD96B;
}
.TagClassName
{
border-color: #8AD96B;
}
</style>