Shades of Mantis #8AD34D
Tints of Mantis #8AD34D
RGB
CMYK
RGB Variations
Color information
#8AD34D (or 0x8AD34D) is known color: Mantis. HEX triplet: 8A, D3 and 4D. RGB value is (138,211,77). Sum of RGB (Red+Green+Blue) = 138+211+77=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD34D is #752CB2. Grayscale: #AEAEAE. Windows color (decimal): -7679155 or 5100426. OLE color: 5100426.
HSL color Cylindrical-coordinate representation of color #8AD34D: hue angle of 92.69º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8AD34D is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 77 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.17 |
| HSL | 92.69º | 0.6% | 0.56% | - |
| HSV(B) | 92.69º | 0.64% | 0.83% | - |
| XYZ | 35.12 | 52.53 | 15.31 | - |
| YUV | 173.9 | 73.32 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 77 | 0.35 | 0 | 0.64 | 0.17 | 92.69 | 0.6 | 0.56 |
| Hex | 8A | D3 | 4D | 23 | 0 | 40 | 11 | 5D | 3C | 38 |
| Octal | 212 | 323 | 115 | 43 | 0 | 100 | 21 | 135 | 74 | 70 |
| Binary | 10001010 | 11010011 | 1001101 | 100011 | 0 | 1000000 | 10001 | 1011101 | 111100 | 111000 |
Color Harmonies of #8AD34D
Complementary color
Monochromatic Colors of #8AD34D
Black with #8AD34D
Text Example
Text Example
White with #8AD34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD34D; }
p { color: rgb(138,211,77); }
H1.HeaderClassName
{
color: #8AD34D;
}
.AnyTagClassName
{
color: #8AD34D;
}
</style>
background-color css
<style>
a { background-color: #8AD34D; }
a { background-color: rgb(138,211,77); }
div.DivClassName
{
background-color: #8AD34D;
}
.BgClassName
{
background-color: #8AD34D;
}
</style>
border-color css
<style>
span { border-color: #8AD34D; }
span { border-color: rgb(138,211,77); }
td.TdClassName
{
border-color: #8AD34D;
}
.TagClassName
{
border-color: #8AD34D;
}
</style>