#8EC26A

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

Shades of Mantis #8EC26A

Tints of Mantis #8EC26A

Color information

#8EC26A (or 0x8EC26A) is unknown color: approx Mantis. HEX triplet: 8E, C2 and 6A. RGB value is (142,194,106). Sum of RGB (Red+Green+Blue) = 142+194+106=442 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.13% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 106 (41.80% from 255 or 23.98% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC26A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC26A is #713D95. Grayscale: #A8A8A8. Windows color (decimal): -7421334 or 6996622. OLE color: 6996622.

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

Color convert

RGB142194106-
CMYK0.2700.450.24
HSL95.45º41.9%58.82%-
HSV(B)95.45º45.36%76.08%-
XYZ33.0545.3720.65-
YUV168.4292.77109.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.13%
GREEN value IS 194 (76.17% from 255) = 43.89%
BLUE value IS 106 (41.80% from 255) = 23.98%
R=32.13%
G=43.89%
B=23.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421941060.2700.450.2495.4541.958.82
Hex8EC26A1B02D185f2a3b
Octal21630215233055301375273
Binary10001110110000101101010110110101101110001011111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,194,106); }

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

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

 a { background-color: rgb(142,194,106); }

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

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

 span { border-color: rgb(142,194,106); }

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