Shades of Mantis #8AD556
Tints of Mantis #8AD556
RGB
CMYK
RGB Variations
Color information
#8AD556 (or 0x8AD556) is known color: Mantis. HEX triplet: 8A, D5 and 56. RGB value is (138,213,86). Sum of RGB (Red+Green+Blue) = 138+213+86=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD556 is #752AA9. Grayscale: #B0B0B0. Windows color (decimal): -7678634 or 5690762. OLE color: 5690762.
HSL color Cylindrical-coordinate representation of color #8AD556: hue angle of 95.43º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8AD556 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 86 | - |
| CMYK | 0.35 | 0 | 0.60 | 0.16 |
| HSL | 95.43º | 0.6% | 0.59% | - |
| HSV(B) | 95.43º | 0.6% | 0.84% | - |
| XYZ | 35.96 | 53.66 | 17.27 | - |
| YUV | 176.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 86 | 0.35 | 0 | 0.60 | 0.16 | 95.43 | 0.6 | 0.59 |
| Hex | 8A | D5 | 56 | 23 | 0 | 3C | 10 | 5F | 3C | 3B |
| Octal | 212 | 325 | 126 | 43 | 0 | 74 | 20 | 137 | 74 | 73 |
| Binary | 10001010 | 11010101 | 1010110 | 100011 | 0 | 111100 | 10000 | 1011111 | 111100 | 111011 |
Color Harmonies of #8AD556
Complementary color
Monochromatic Colors of #8AD556
Black with #8AD556
Text Example
Text Example
White with #8AD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD556; }
p { color: rgb(138,213,86); }
H1.HeaderClassName
{
color: #8AD556;
}
.AnyTagClassName
{
color: #8AD556;
}
</style>
background-color css
<style>
a { background-color: #8AD556; }
a { background-color: rgb(138,213,86); }
div.DivClassName
{
background-color: #8AD556;
}
.BgClassName
{
background-color: #8AD556;
}
</style>
border-color css
<style>
span { border-color: #8AD556; }
span { border-color: rgb(138,213,86); }
td.TdClassName
{
border-color: #8AD556;
}
.TagClassName
{
border-color: #8AD556;
}
</style>