#8CC96D

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

Shades of Mantis #8CC96D

Tints of Mantis #8CC96D

Color information

#8CC96D (or 0x8CC96D) is unknown color: approx Mantis. HEX triplet: 8C, C9 and 6D. RGB value is (140,201,109). Sum of RGB (Red+Green+Blue) = 140+201+109=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC96D is #733692. Grayscale: #ACACAC. Windows color (decimal): -7550611 or 7195020. OLE color: 7195020.

HSL color Cylindrical-coordinate representation of color #8CC96D: hue angle of 99.78º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CC96D is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB140201109-
CMYK0.3000.460.21
HSL99.78º46%60.78%-
HSV(B)99.78º45.77%78.82%-
XYZ34.4648.4522-
YUV172.2792.29104.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.11%
GREEN value IS 201 (78.91% from 255) = 44.67%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=31.11%
G=44.67%
B=24.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011090.3000.460.2199.784660.78
Hex8CC96D1E02E15642e3d
Octal21431115536056251445675
Binary10001100110010011101101111100101110101011100100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,109); }

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

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

 a { background-color: rgb(140,201,109); }

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

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

 span { border-color: rgb(140,201,109); }

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