#8DC14E

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

Shades of Mantis #8DC14E

Tints of Mantis #8DC14E

Color information

#8DC14E (or 0x8DC14E) is unknown color: approx Mantis. HEX triplet: 8D, C1 and 4E. RGB value is (141,193,78). Sum of RGB (Red+Green+Blue) = 141+193+78=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC14E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC14E is #723EB1. Grayscale: #A4A4A4. Windows color (decimal): -7487154 or 5161357. OLE color: 5161357.

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

Color convert

RGB14119378-
CMYK0.2700.600.24
HSL87.13º48.12%53.14%-
HSV(B)87.13º59.59%75.69%-
XYZ31.4344.3514.11-
YUV164.3479.27111.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.22%
GREEN value IS 193 (75.78% from 255) = 46.84%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=34.22%
G=46.84%
B=18.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal141193780.2700.600.2487.1348.1253.14
Hex8DC14E1B03C18573035
Octal21530111633074301276065
Binary10001101110000011001110110110111100110001010111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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