Shades of Mantis #8AD367
Tints of Mantis #8AD367
RGB
CMYK
RGB Variations
Color information
#8AD367 (or 0x8AD367) is known color: Mantis. HEX triplet: 8A, D3 and 67. RGB value is (138,211,103). Sum of RGB (Red+Green+Blue) = 138+211+103=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD367 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD367 is #752C98. Grayscale: #B1B1B1. Windows color (decimal): -7679129 or 6804362. OLE color: 6804362.
HSL color Cylindrical-coordinate representation of color #8AD367: hue angle of 100.56º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AD367 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 103 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.17 |
| HSL | 100.56º | 0.55% | 0.62% | - |
| HSV(B) | 100.56º | 0.51% | 0.83% | - |
| XYZ | 36.22 | 52.97 | 21.15 | - |
| YUV | 176.86 | 86.32 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 103 | 0.35 | 0 | 0.51 | 0.17 | 100.56 | 0.55 | 0.62 |
| Hex | 8A | D3 | 67 | 23 | 0 | 33 | 11 | 65 | 37 | 3E |
| Octal | 212 | 323 | 147 | 43 | 0 | 63 | 21 | 145 | 67 | 76 |
| Binary | 10001010 | 11010011 | 1100111 | 100011 | 0 | 110011 | 10001 | 1100101 | 110111 | 111110 |
Color Harmonies of #8AD367
Complementary color
Monochromatic Colors of #8AD367
Black with #8AD367
Text Example
Text Example
White with #8AD367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD367; }
p { color: rgb(138,211,103); }
H1.HeaderClassName
{
color: #8AD367;
}
.AnyTagClassName
{
color: #8AD367;
}
</style>
background-color css
<style>
a { background-color: #8AD367; }
a { background-color: rgb(138,211,103); }
div.DivClassName
{
background-color: #8AD367;
}
.BgClassName
{
background-color: #8AD367;
}
</style>
border-color css
<style>
span { border-color: #8AD367; }
span { border-color: rgb(138,211,103); }
td.TdClassName
{
border-color: #8AD367;
}
.TagClassName
{
border-color: #8AD367;
}
</style>