#8DC168

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

Shades of Mantis #8DC168

Tints of Mantis #8DC168

Color information

#8DC168 (or 0x8DC168) is unknown color: approx Mantis. HEX triplet: 8D, C1 and 68. RGB value is (141,193,104). Sum of RGB (Red+Green+Blue) = 141+193+104=438 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.19% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC168 is #723E97. Grayscale: #A7A7A7. Windows color (decimal): -7487128 or 6865293. OLE color: 6865293.

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

Color convert

RGB141193104-
CMYK0.2700.460.24
HSL95.06º41.78%58.24%-
HSV(B)95.06º46.11%75.69%-
XYZ32.5544.820.03-
YUV167.3192.27109.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.19%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 104 (41.02% from 255) = 23.74%
R=32.19%
G=44.06%
B=23.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411931040.2700.460.2495.0641.7858.24
Hex8DC1681B02E185f2a3a
Octal21530115033056301375272
Binary10001101110000011101000110110101110110001011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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