Shades of Mantis #8AD96C
Tints of Mantis #8AD96C
RGB
CMYK
RGB Variations
Color information
#8AD96C (or 0x8AD96C) is known color: Mantis. HEX triplet: 8A, D9 and 6C. RGB value is (138,217,108). Sum of RGB (Red+Green+Blue) = 138+217+108=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 217 (85.16% from 255 or 46.87% from 463); Blue value is 108 (42.58% from 255 or 23.33% from 463); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD96C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD96C is #752693. Grayscale: #B5B5B5. Windows color (decimal): -7677588 or 7133578. OLE color: 7133578.
HSL color Cylindrical-coordinate representation of color #8AD96C: hue angle of 103.49º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AD96C is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 108 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.15 |
| HSL | 103.49º | 0.59% | 0.64% | - |
| HSV(B) | 103.49º | 0.5% | 0.85% | - |
| XYZ | 38 | 56.11 | 23.02 | - |
| YUV | 180.95 | 86.83 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 108 | 0.36 | 0 | 0.50 | 0.15 | 103.49 | 0.59 | 0.64 |
| Hex | 8A | D9 | 6C | 24 | 0 | 32 | F | 67 | 3B | 40 |
| Octal | 212 | 331 | 154 | 44 | 0 | 62 | 17 | 147 | 73 | 100 |
| Binary | 10001010 | 11011001 | 1101100 | 100100 | 0 | 110010 | 1111 | 1100111 | 111011 | 1000000 |
Color Harmonies of #8AD96C
Complementary color
Monochromatic Colors of #8AD96C
Black with #8AD96C
Text Example
Text Example
White with #8AD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD96C; }
p { color: rgb(138,217,108); }
H1.HeaderClassName
{
color: #8AD96C;
}
.AnyTagClassName
{
color: #8AD96C;
}
</style>
background-color css
<style>
a { background-color: #8AD96C; }
a { background-color: rgb(138,217,108); }
div.DivClassName
{
background-color: #8AD96C;
}
.BgClassName
{
background-color: #8AD96C;
}
</style>
border-color css
<style>
span { border-color: #8AD96C; }
span { border-color: rgb(138,217,108); }
td.TdClassName
{
border-color: #8AD96C;
}
.TagClassName
{
border-color: #8AD96C;
}
</style>