#8DC66A

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

Shades of Mantis #8DC66A

Tints of Mantis #8DC66A

Color information

#8DC66A (or 0x8DC66A) is unknown color: approx Mantis. HEX triplet: 8D, C6 and 6A. RGB value is (141,198,106). Sum of RGB (Red+Green+Blue) = 141+198+106=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 198 (77.73% from 255 or 44.49% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC66A is #723995. Grayscale: #AAAAAA. Windows color (decimal): -7485846 or 6997645. OLE color: 6997645.

HSL color Cylindrical-coordinate representation of color #8DC66A: hue angle of 97.17º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DC66A is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB141198106-
CMYK0.2900.460.22
HSL97.17º44.66%59.61%-
HSV(B)97.17º46.46%77.65%-
XYZ33.7847.0920.94-
YUV170.4791.62106.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.69%
GREEN value IS 198 (77.73% from 255) = 44.49%
BLUE value IS 106 (41.80% from 255) = 23.82%
R=31.69%
G=44.49%
B=23.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1411981060.2900.460.2297.1744.6659.61
Hex8DC66A1D02E16612d3c
Octal21530615235056261415574
Binary10001101110001101101010111010101110101101100001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,198,106); }

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

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

 a { background-color: rgb(141,198,106); }

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

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

 span { border-color: rgb(141,198,106); }

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