#8AC156

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

Shades of Mantis #8AC156

Tints of Mantis #8AC156

Color information

#8AC156 (or 0x8AC156) is unknown color: approx Mantis. HEX triplet: 8A, C1 and 56. RGB value is (138,193,86). Sum of RGB (Red+Green+Blue) = 138+193+86=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 86 (33.98% from 255 or 20.62% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC156 is #753EA9. Grayscale: #A4A4A4. Windows color (decimal): -7683754 or 5685642. OLE color: 5685642.

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

Color convert

RGB13819386-
CMYK0.2800.550.24
HSL90.84º46.32%54.71%-
HSV(B)90.84º55.44%75.69%-
XYZ31.2344.2215.69-
YUV164.3683.78109.2-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.09%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 86 (33.98% from 255) = 20.62%
R=33.09%
G=46.28%
B=20.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138193860.2800.550.2490.8446.3254.71
Hex8AC1561C037185b2e37
Octal21230112634067301335667
Binary10001010110000011010110111000110111110001011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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