Shades of Mantis #8ADC56
Tints of Mantis #8ADC56
RGB
CMYK
RGB Variations
Color information
#8ADC56 (or 0x8ADC56) is known color: Mantis. HEX triplet: 8A, DC and 56. RGB value is (138,220,86). Sum of RGB (Red+Green+Blue) = 138+220+86=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC56 is #7523A9. Grayscale: #B4B4B4. Windows color (decimal): -7676842 or 5692554. OLE color: 5692554.
HSL color Cylindrical-coordinate representation of color #8ADC56: hue angle of 96.72º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ADC56 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 86 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.14 |
| HSL | 96.72º | 0.66% | 0.6% | - |
| HSV(B) | 96.72º | 0.61% | 0.86% | - |
| XYZ | 37.75 | 57.26 | 17.87 | - |
| YUV | 180.21 | 74.83 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 86 | 0.37 | 0 | 0.61 | 0.14 | 96.72 | 0.66 | 0.6 |
| Hex | 8A | DC | 56 | 25 | 0 | 3D | E | 61 | 42 | 3C |
| Octal | 212 | 334 | 126 | 45 | 0 | 75 | 16 | 141 | 102 | 74 |
| Binary | 10001010 | 11011100 | 1010110 | 100101 | 0 | 111101 | 1110 | 1100001 | 1000010 | 111100 |
Color Harmonies of #8ADC56
Complementary color
Monochromatic Colors of #8ADC56
Black with #8ADC56
Text Example
Text Example
White with #8ADC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC56; }
p { color: rgb(138,220,86); }
H1.HeaderClassName
{
color: #8ADC56;
}
.AnyTagClassName
{
color: #8ADC56;
}
</style>
background-color css
<style>
a { background-color: #8ADC56; }
a { background-color: rgb(138,220,86); }
div.DivClassName
{
background-color: #8ADC56;
}
.BgClassName
{
background-color: #8ADC56;
}
</style>
border-color css
<style>
span { border-color: #8ADC56; }
span { border-color: rgb(138,220,86); }
td.TdClassName
{
border-color: #8ADC56;
}
.TagClassName
{
border-color: #8ADC56;
}
</style>