Html Css Color HEX #8CCA5C Mantis

📋 copy color: '#8CCA5C'

red 140 ◦ green 202 ◦ blue 92

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

Shades of Mantis #8CCA5C

Tints of Mantis #8CCA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 32.26%
G = 46.54%
B = 21.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#8CCA5C (or 0x8CCA5C) is known color: Mantis. HEX triplet: 8C, CA and 5C. RGB value is (140,202,92). Sum of RGB (Red+Green+Blue) = 140+202+92=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 202 (79.30% from 255 or 46.54% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCA5C is #7335A3. Grayscale: #ABABAB. Windows color (decimal): -7550372 or 6081164. OLE color: 6081164.

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

Color convert

RGB 140 202 92 -
CMYK 0.31 0 0.54 0.21
HSL 93.82º 0.51% 0.58% -
HSV(B) 93.82º 0.54% 0.79% -
XYZ 33.87 48.59 17.72 -
YUV 170.92 83.46 105.94 -
System Red Green Blue C M Y K H S L
Decimal 140 202 92 0.31 0 0.54 0.21 93.82 0.51 0.58
Hex 8C CA 5C 1F 0 36 15 5E 33 3A
Octal 214 312 134 37 0 66 25 136 63 72
Binary 10001100 11001010 1011100 11111 0 110110 10101 1011110 110011 111010

Color Harmonies of #8CCA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCA5C

Black with #8CCA5C

Text Example


Text Example

White with #8CCA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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