#8CC66C

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

Shades of Mantis #8CC66C

Tints of Mantis #8CC66C

Color information

#8CC66C (or 0x8CC66C) is unknown color: approx Mantis. HEX triplet: 8C, C6 and 6C. RGB value is (140,198,108). Sum of RGB (Red+Green+Blue) = 140+198+108=446 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.39% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #8CC66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC66C is #733993. Grayscale: #AAAAAA. Windows color (decimal): -7551380 or 7128716. OLE color: 7128716.

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

Color convert

RGB140198108-
CMYK0.2900.450.22
HSL98.67º44.12%60%-
HSV(B)98.67º45.45%77.65%-
XYZ33.7247.0521.49-
YUV170.492.78106.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.39%
GREEN value IS 198 (77.73% from 255) = 44.39%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=31.39%
G=44.39%
B=24.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401981080.2900.450.2298.6744.1260
Hex8CC66C1D02D16632c3c
Octal21430615435055261435474
Binary10001100110001101101100111010101101101101100011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,198,108); }

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

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

 a { background-color: rgb(140,198,108); }

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

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

 span { border-color: rgb(140,198,108); }

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