#8CCA4F

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

Shades of Mantis #8CCA4F

Tints of Mantis #8CCA4F

Color information

#8CCA4F (or 0x8CCA4F) is unknown color: approx Mantis. HEX triplet: 8C, CA and 4F. RGB value is (140,202,79). Sum of RGB (Red+Green+Blue) = 140+202+79=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA4F is #7335B0. Grayscale: #A9A9A9. Windows color (decimal): -7550385 or 5229196. OLE color: 5229196.

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

Color convert

RGB14020279-
CMYK0.3100.610.21
HSL90.24º53.71%55.1%-
HSV(B)90.24º60.89%79.22%-
XYZ33.3548.3814.98-
YUV169.4476.96107-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 202 (79.30% from 255) = 47.98%
BLUE value IS 79 (31.25% from 255) = 18.76%
R=33.25%
G=47.98%
B=18.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140202790.3100.610.2190.2453.7155.1
Hex8CCA4F1F03D155a3637
Octal21431211737075251326667
Binary10001100110010101001111111110111101101011011010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,79); }

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

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

 a { background-color: rgb(140,202,79); }

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

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

 span { border-color: rgb(140,202,79); }

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