#8ECD6A

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

Shades of Mantis #8ECD6A

Tints of Mantis #8ECD6A

Color information

#8ECD6A (or 0x8ECD6A) is unknown color: approx Mantis. HEX triplet: 8E, CD and 6A. RGB value is (142,205,106). Sum of RGB (Red+Green+Blue) = 142+205+106=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECD6A is #713295. Grayscale: #AFAFAF. Windows color (decimal): -7418518 or 6999438. OLE color: 6999438.

HSL color Cylindrical-coordinate representation of color #8ECD6A: hue angle of 98.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ECD6A is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB142205106-
CMYK0.3100.480.20
HSL98.18º49.75%60.98%-
HSV(B)98.18º48.29%80.39%-
XYZ35.5950.4521.5-
YUV174.8889.13104.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.35%
GREEN value IS 205 (80.47% from 255) = 45.25%
BLUE value IS 106 (41.80% from 255) = 23.40%
R=31.35%
G=45.25%
B=23.40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051060.3100.480.2098.1849.7560.98
Hex8ECD6A1F0301462323d
Octal21631515237060241426275
Binary10001110110011011101010111110110000101001100010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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