#8FCA5F

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

Shades of Mantis #8FCA5F

Tints of Mantis #8FCA5F

Color information

#8FCA5F (or 0x8FCA5F) is unknown color: approx Mantis. HEX triplet: 8F, CA and 5F. RGB value is (143,202,95). Sum of RGB (Red+Green+Blue) = 143+202+95=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 95 (37.5% from 255 or 21.59% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA5F is #7035A0. Grayscale: #ACACAC. Windows color (decimal): -7353761 or 6277775. OLE color: 6277775.

HSL color Cylindrical-coordinate representation of color #8FCA5F: hue angle of 93.08º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8FCA5F is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB14320295-
CMYK0.2900.530.21
HSL93.08º50.23%58.24%-
HSV(B)93.08º52.97%79.22%-
XYZ34.5148.9118.45-
YUV172.1684.45107.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.5%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 95 (37.5% from 255) = 21.59%
R=32.5%
G=45.91%
B=21.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal143202950.2900.530.2193.0850.2358.24
Hex8FCA5F1D035155d323a
Octal21731213735065251356272
Binary10001111110010101011111111010110101101011011101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,95); }

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

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

 a { background-color: rgb(143,202,95); }

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

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

 span { border-color: rgb(143,202,95); }

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