#8ccc4c

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

Shades of Mantis #8CCC4C

Tints of Mantis #8CCC4C

Color information

#8CCC4C (or 0x8CCC4C) is unknown color: approx Mantis. HEX triplet: 8C, CC and 4C. RGB value is (140,204,76). Sum of RGB (Red+Green+Blue) = 140+204+76=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CCC4C is #7333B3. Grayscale: #AAAAAA. Windows color (decimal): -7549876 or 5033100. OLE color: 5033100.

HSL color Cylindrical-coordinate representation of color #8CCC4C: hue angle of 90º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CCC4C is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB14020476-
CMYK0.3100.630.2
HSL90º55.65%54.9%-
HSV(B)90º62.75%80%-
XYZ33.7149.2814.57-
YUV170.2774.8106.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 48.57%
BLUE value IS 76 (30.08% from 255) = 18.10%
R=33.33%
G=48.57%
B=18.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140204760.3100.630.29055.6554.9
Hex8CCC4C1F03F145a3837
Octal21431411437077241327067
Binary10001100110011001001100111110111111101001011010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ccc4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,204,76); }

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

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

 a { background-color: rgb(140,204,76); }

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

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

 span { border-color: rgb(140,204,76); }

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