#8BC960

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

Shades of Mantis #8BC960

Tints of Mantis #8BC960

Color information

#8BC960 (or 0x8BC960) is unknown color: approx Mantis. HEX triplet: 8B, C9 and 60. RGB value is (139,201,96). Sum of RGB (Red+Green+Blue) = 139+201+96=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #8BC960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BC960 is #74369F. Grayscale: #AAAAAA. Windows color (decimal): -7616160 or 6343051. OLE color: 6343051.

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

Color convert

RGB13920196-
CMYK0.3100.520.21
HSL95.43º49.3%58.24%-
HSV(B)95.43º52.24%78.82%-
XYZ33.6548.1118.58-
YUV170.4985.96105.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.88%
GREEN value IS 201 (78.91% from 255) = 46.10%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=31.88%
G=46.10%
B=22.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139201960.3100.520.2195.4349.358.24
Hex8BC9601F034155f313a
Octal21331114037064251376172
Binary10001011110010011100000111110110100101011011111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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