Html Css Color HEX #8CC15F Mantis

📋 copy color: '#8CC15F'

red 140 ◦ green 193 ◦ blue 95

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

Shades of Mantis #8CC15F

Tints of Mantis #8CC15F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.09%

 BLUE value IS 95 (37.5% from 255) = 22.2%

R = 32.71%
G = 45.09%
B = 22.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#8CC15F (or 0x8CC15F) is known color: Mantis. HEX triplet: 8C, C1 and 5F. RGB value is (140,193,95). Sum of RGB (Red+Green+Blue) = 140+193+95=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 95 (37.5% from 255 or 22.20% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC15F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC15F is #733EA0. Grayscale: #A6A6A6. Windows color (decimal): -7552673 or 6275468. OLE color: 6275468.

HSL color Cylindrical-coordinate representation of color #8CC15F: hue angle of 92.45º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CC15F is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 193 95 -
CMYK 0.27 0 0.51 0.24
HSL 92.45º 0.44% 0.56% -
HSV(B) 92.45º 0.51% 0.76% -
XYZ 31.95 44.54 17.74 -
YUV 165.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 140 193 95 0.27 0 0.51 0.24 92.45 0.44 0.56
Hex 8C C1 5F 1B 0 33 18 5C 2C 38
Octal 214 301 137 33 0 63 30 134 54 70
Binary 10001100 11000001 1011111 11011 0 110011 11000 1011100 101100 111000

Color Harmonies of #8CC15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC15F

Black with #8CC15F

Text Example


Text Example

White with #8CC15F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,193,95); }

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

background-color css

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

 a { background-color: rgb(140,193,95); }

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

border-color css

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

 span { border-color: rgb(140,193,95); }

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