Html Css Color HEX #8FCA70 Mantis

📋 copy color: '#8FCA70'

red 143 ◦ green 202 ◦ blue 112

#8FCA70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #8FCA70

Tints of Mantis #8FCA70

RGB

 RED value IS 143 (56.25% from 255) = 31.29%

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 31.29%
G = 44.2%
B = 24.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#8FCA70 (or 0x8FCA70) is known color: 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

RGB 143 202 112 -
CMYK 0.29 0 0.45 0.21
HSL 99.33º 0.46% 0.62% -
HSV(B) 99.33º 0.45% 0.79% -
XYZ 35.37 49.25 22.97 -
YUV 174.1 92.95 105.82 -
System Red Green Blue C M Y K H S L
Decimal 143 202 112 0.29 0 0.45 0.21 99.33 0.46 0.62
Hex 8F CA 70 1D 0 2D 15 63 2E 3E
Octal 217 312 160 35 0 55 25 143 56 76
Binary 10001111 11001010 1110000 11101 0 101101 10101 1100011 101110 111110

Color Harmonies of #8FCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA70

Black with #8FCA70

Text Example


Text Example

White with #8FCA70

Text Example


Text Example

HTML Codes & Css Web 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>