#8DC156

Color #8DC156 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8DC156

Tints of Mantis #8DC156

Color information

#8DC156 (or 0x8DC156) is unknown color: approx Mantis. HEX triplet: 8D, C1 and 56. RGB value is (141,193,86). Sum of RGB (Red+Green+Blue) = 141+193+86=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC156 is #723EA9. Grayscale: #A5A5A5. Windows color (decimal): -7487146 or 5685645. OLE color: 5685645.

HSL color Cylindrical-coordinate representation of color #8DC156: hue angle of 89.16º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DC156 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB14119386-
CMYK0.2700.550.24
HSL89.16º46.32%54.71%-
HSV(B)89.16º55.44%75.69%-
XYZ31.7344.4715.72-
YUV165.2583.27110.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 193 (75.78% from 255) = 45.95%
BLUE value IS 86 (33.98% from 255) = 20.48%
R=33.57%
G=45.95%
B=20.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141193860.2700.550.2489.1646.3254.71
Hex8DC1561B03718592e37
Octal21530112633067301315667
Binary10001101110000011010110110110110111110001011001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DC156; }

 p { color: rgb(141,193,86); }

 H1.HeaderClassName
 {
   color: #8DC156;
 }
 .AnyTagClassName
 {
   color: #8DC156;
 }
</style>
background-color css

<style>
 a { background-color: #8DC156; }

 a { background-color: rgb(141,193,86); }

 div.DivClassName
 {
   background-color: #8DC156;
 }
 .BgClassName
 {
   background-color: #8DC156;
 }
</style>
border-color css

<style>
 span { border-color: #8DC156; }

 span { border-color: rgb(141,193,86); }

 td.TdClassName
 {
   border-color: #8DC156;
 }
 .TagClassName
 {
   border-color: #8DC156;
 }
</style>