#8FCA70

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

Shades of Mantis #8FCA70

Tints of Mantis #8FCA70

Color information

#8FCA70 (or 0x8FCA70) is unknown color: approx Mantis. HEX triplet: 8F, CA and 70. RGB value is (143,202,112). Sum of RGB (Red+Green+Blue) = 143+202+112=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA70 is #70358F. Grayscale: #AEAEAE. Windows color (decimal): -7353744 or 7391887. OLE color: 7391887.

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

Color convert

RGB143202112-
CMYK0.2900.450.21
HSL99.33º45.92%61.57%-
HSV(B)99.33º44.55%79.22%-
XYZ35.3749.2522.97-
YUV174.192.95105.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.29%
GREEN value IS 202 (79.30% from 255) = 44.20%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=31.29%
G=44.20%
B=24.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021120.2900.450.2199.3345.9261.57
Hex8FCA701D02D15632e3e
Octal21731216035055251435676
Binary10001111110010101110000111010101101101011100011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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