#8ABE56

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

Shades of Mantis #8ABE56

Tints of Mantis #8ABE56

Color information

#8ABE56 (or 0x8ABE56) is unknown color: approx Mantis. HEX triplet: 8A, BE and 56. RGB value is (138,190,86). Sum of RGB (Red+Green+Blue) = 138+190+86=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE56 is #7541A9. Grayscale: #A2A2A2. Windows color (decimal): -7684522 or 5684874. OLE color: 5684874.

HSL color Cylindrical-coordinate representation of color #8ABE56: hue angle of 90º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8ABE56 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB13819086-
CMYK0.2700.550.25
HSL90º44.44%54.12%-
HSV(B)90º54.74%74.51%-
XYZ30.5742.915.47-
YUV162.684.77110.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 190 (74.61% from 255) = 45.89%
BLUE value IS 86 (33.98% from 255) = 20.77%
R=33.33%
G=45.89%
B=20.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138190860.2700.550.259044.4454.12
Hex8ABE561B037195a2c36
Octal21227612633067311325466
Binary10001010101111101010110110110110111110011011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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