Html Css Color HEX #8CCA70 Mantis

📋 copy color: '#8CCA70'

red 140 ◦ green 202 ◦ blue 112

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

Shades of Mantis #8CCA70

Tints of Mantis #8CCA70

RGB

 RED value IS 140 (55.08% from 255) = 30.84%

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

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

R = 30.84%
G = 44.49%
B = 24.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#8CCA70 (or 0x8CCA70) is known color: Mantis. HEX triplet: 8C, CA and 70. RGB value is (140,202,112). Sum of RGB (Red+Green+Blue) = 140+202+112=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA70 is #73358F. Grayscale: #ADADAD. Windows color (decimal): -7550352 or 7391884. OLE color: 7391884.

HSL color Cylindrical-coordinate representation of color #8CCA70: hue angle of 101.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 #8CCA70 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 140 202 112 -
CMYK 0.31 0 0.45 0.21
HSL 101.33º 0.46% 0.62% -
HSV(B) 101.33º 0.45% 0.79% -
XYZ 34.86 48.99 22.95 -
YUV 173.2 93.46 104.32 -
System Red Green Blue C M Y K H S L
Decimal 140 202 112 0.31 0 0.45 0.21 101.33 0.46 0.62
Hex 8C CA 70 1F 0 2D 15 65 2E 3E
Octal 214 312 160 37 0 55 25 145 56 76
Binary 10001100 11001010 1110000 11111 0 101101 10101 1100101 101110 111110

Color Harmonies of #8CCA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA70

Black with #8CCA70

Text Example


Text Example

White with #8CCA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CCA70;
 }
 .AnyTagClassName
 {
   color: #8CCA70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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