Shades of Mantis #8AD356
Tints of Mantis #8AD356
RGB
CMYK
RGB Variations
Color information
#8AD356 (or 0x8AD356) is known color: Mantis. HEX triplet: 8A, D3 and 56. RGB value is (138,211,86). Sum of RGB (Red+Green+Blue) = 138+211+86=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD356 is #752CA9. Grayscale: #AFAFAF. Windows color (decimal): -7679146 or 5690250. OLE color: 5690250.
HSL color Cylindrical-coordinate representation of color #8AD356: hue angle of 95.04º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AD356 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 86 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.17 |
| HSL | 95.04º | 0.59% | 0.58% | - |
| HSV(B) | 95.04º | 0.59% | 0.83% | - |
| XYZ | 35.46 | 52.66 | 17.1 | - |
| YUV | 174.92 | 77.82 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 86 | 0.35 | 0 | 0.59 | 0.17 | 95.04 | 0.59 | 0.58 |
| Hex | 8A | D3 | 56 | 23 | 0 | 3B | 11 | 5F | 3B | 3A |
| Octal | 212 | 323 | 126 | 43 | 0 | 73 | 21 | 137 | 73 | 72 |
| Binary | 10001010 | 11010011 | 1010110 | 100011 | 0 | 111011 | 10001 | 1011111 | 111011 | 111010 |
Color Harmonies of #8AD356
Complementary color
Monochromatic Colors of #8AD356
Black with #8AD356
Text Example
Text Example
White with #8AD356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD356; }
p { color: rgb(138,211,86); }
H1.HeaderClassName
{
color: #8AD356;
}
.AnyTagClassName
{
color: #8AD356;
}
</style>
background-color css
<style>
a { background-color: #8AD356; }
a { background-color: rgb(138,211,86); }
div.DivClassName
{
background-color: #8AD356;
}
.BgClassName
{
background-color: #8AD356;
}
</style>
border-color css
<style>
span { border-color: #8AD356; }
span { border-color: rgb(138,211,86); }
td.TdClassName
{
border-color: #8AD356;
}
.TagClassName
{
border-color: #8AD356;
}
</style>