#8BCA70

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

Shades of Mantis #8BCA70

Tints of Mantis #8BCA70

Color information

#8BCA70 (or 0x8BCA70) is unknown color: approx Mantis. HEX triplet: 8B, CA and 70. RGB value is (139,202,112). Sum of RGB (Red+Green+Blue) = 139+202+112=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BCA70 is #74358F. Grayscale: #ADADAD. Windows color (decimal): -7615888 or 7391883. OLE color: 7391883.

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

Color convert

RGB139202112-
CMYK0.3100.450.21
HSL102º45.92%61.57%-
HSV(B)102º44.55%79.22%-
XYZ34.6948.922.94-
YUV172.993.63103.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 112 (44.14% from 255) = 24.72%
R=30.68%
G=44.59%
B=24.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1392021120.3100.450.2110245.9261.57
Hex8BCA701F02D15662e3e
Octal21331216037055251465676
Binary10001011110010101110000111110101101101011100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,112); }

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

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

 a { background-color: rgb(139,202,112); }

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

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

 span { border-color: rgb(139,202,112); }

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