#8DCC6A

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

Shades of Mantis #8DCC6A

Tints of Mantis #8DCC6A

Color information

#8DCC6A (or 0x8DCC6A) is unknown color: approx Mantis. HEX triplet: 8D, CC and 6A. RGB value is (141,204,106). Sum of RGB (Red+Green+Blue) = 141+204+106=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCC6A is #723395. Grayscale: #AEAEAE. Windows color (decimal): -7484310 or 6999181. OLE color: 6999181.

HSL color Cylindrical-coordinate representation of color #8DCC6A: hue angle of 98.57º degrees, saturation: 0.49, 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 #8DCC6A is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB141204106-
CMYK0.3100.480.2
HSL98.57º49%60.78%-
HSV(B)98.57º48.04%80%-
XYZ35.1849.8921.41-
YUV173.9989.63104.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.26%
GREEN value IS 204 (80.08% from 255) = 45.23%
BLUE value IS 106 (41.80% from 255) = 23.50%
R=31.26%
G=45.23%
B=23.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1412041060.3100.480.298.574960.78
Hex8DCC6A1F0301463313d
Octal21531415237060241436175
Binary10001101110011001101010111110110000101001100011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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