#8CC156

Color #8CC156 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #8CC156

Tints of Mantis #8CC156

Color information

#8CC156 (or 0x8CC156) is unknown color: approx Mantis. HEX triplet: 8C, C1 and 56. RGB value is (140,193,86). Sum of RGB (Red+Green+Blue) = 140+193+86=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC156 is #733EA9. Grayscale: #A5A5A5. Windows color (decimal): -7552682 or 5685644. OLE color: 5685644.

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

Color convert

RGB14019386-
CMYK0.2700.550.24
HSL89.72º46.32%54.71%-
HSV(B)89.72º55.44%75.69%-
XYZ31.5644.3915.71-
YUV164.9683.44110.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 193 (75.78% from 255) = 46.06%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=33.41%
G=46.06%
B=20.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140193860.2700.550.2489.7246.3254.71
Hex8CC1561B037185a2e37
Octal21430112633067301325667
Binary10001100110000011010110110110110111110001011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CC156;
 }
 .AnyTagClassName
 {
   color: #8CC156;
 }
</style>
background-color css

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

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

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

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

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

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