#8DC16A

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

Shades of Mantis #8DC16A

Tints of Mantis #8DC16A

Color information

#8DC16A (or 0x8DC16A) is unknown color: approx Mantis. HEX triplet: 8D, C1 and 6A. RGB value is (141,193,106). Sum of RGB (Red+Green+Blue) = 141+193+106=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC16A is #723E95. Grayscale: #A7A7A7. Windows color (decimal): -7487126 or 6996365. OLE color: 6996365.

HSL color Cylindrical-coordinate representation of color #8DC16A: hue angle of 95.86º degrees, saturation: 0.41, 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 #8DC16A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB141193106-
CMYK0.2700.450.24
HSL95.86º41.23%58.63%-
HSV(B)95.86º45.08%75.69%-
XYZ32.6644.8420.57-
YUV167.5393.27109.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 193 (75.78% from 255) = 43.86%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=32.05%
G=43.86%
B=24.09%

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
Decimal1411931060.2700.450.2495.8641.2358.63
Hex8DC16A1B02D1860293b
Octal21530115233055301405173
Binary10001101110000011101010110110101101110001100000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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