#8ABC56

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

Shades of Mantis #8ABC56

Tints of Mantis #8ABC56

Color information

#8ABC56 (or 0x8ABC56) is unknown color: approx Mantis. HEX triplet: 8A, BC and 56. RGB value is (138,188,86). Sum of RGB (Red+Green+Blue) = 138+188+86=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 188 (73.83% from 255 or 45.63% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC56 is #7543A9. Grayscale: #A1A1A1. Windows color (decimal): -7685034 or 5684362. OLE color: 5684362.

HSL color Cylindrical-coordinate representation of color #8ABC56: hue angle of 89.41º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8ABC56 is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB13818886-
CMYK0.2700.540.26
HSL89.41º43.22%53.73%-
HSV(B)89.41º54.26%73.73%-
XYZ30.1442.0415.33-
YUV161.4285.44111.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 188 (73.83% from 255) = 45.63%
BLUE value IS 86 (33.98% from 255) = 20.87%
R=33.50%
G=45.63%
B=20.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138188860.2700.540.2689.4143.2253.73
Hex8ABC561B0361A592b36
Octal21227412633066321315366
Binary10001010101111001010110110110110110110101011001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,86); }

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

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

 a { background-color: rgb(138,188,86); }

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

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

 span { border-color: rgb(138,188,86); }

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