Html Css Color HEX #8CC16F Mantis

📋 copy color: '#8CC16F'

red 140 ◦ green 193 ◦ blue 111

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

Shades of Mantis #8CC16F

Tints of Mantis #8CC16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25%

R = 31.53%
G = 43.47%
B = 25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#8CC16F (or 0x8CC16F) is known color: Mantis. HEX triplet: 8C, C1 and 6F. RGB value is (140,193,111). Sum of RGB (Red+Green+Blue) = 140+193+111=444 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.53% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC16F is #733E90. Grayscale: #A8A8A8. Windows color (decimal): -7552657 or 7324044. OLE color: 7324044.

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

Color convert

RGB 140 193 111 -
CMYK 0.27 0 0.42 0.24
HSL 98.78º 0.4% 0.6% -
HSV(B) 98.78º 0.42% 0.76% -
XYZ 32.75 44.86 21.97 -
YUV 167.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 140 193 111 0.27 0 0.42 0.24 98.78 0.4 0.6
Hex 8C C1 6F 1B 0 2A 18 63 28 3C
Octal 214 301 157 33 0 52 30 143 50 74
Binary 10001100 11000001 1101111 11011 0 101010 11000 1100011 101000 111100

Color Harmonies of #8CC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC16F

Black with #8CC16F

Text Example


Text Example

White with #8CC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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