#8BC160

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

Shades of Mantis #8BC160

Tints of Mantis #8BC160

Color information

#8BC160 (or 0x8BC160) is unknown color: approx Mantis. HEX triplet: 8B, C1 and 60. RGB value is (139,193,96). Sum of RGB (Red+Green+Blue) = 139+193+96=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 193 - color contains mainly: green. Hex color #8BC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC160 is #743E9F. Grayscale: #A6A6A6. Windows color (decimal): -7618208 or 6341003. OLE color: 6341003.

HSL color Cylindrical-coordinate representation of color #8BC160: hue angle of 93.4º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BC160 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB13919396-
CMYK0.2800.500.24
HSL93.4º43.89%56.67%-
HSV(B)93.4º50.26%75.69%-
XYZ31.8344.4717.97-
YUV165.888.61108.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 193 (75.78% from 255) = 45.09%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=32.48%
G=45.09%
B=22.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139193960.2800.500.2493.443.8956.67
Hex8BC1601C032185d2c39
Octal21330114034062301355471
Binary10001011110000011100000111000110010110001011101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,193,96); }

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

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

 a { background-color: rgb(139,193,96); }

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

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

 span { border-color: rgb(139,193,96); }

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