#8AC356

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

Shades of Mantis #8AC356

Tints of Mantis #8AC356

Color information

#8AC356 (or 0x8AC356) is unknown color: approx Mantis. HEX triplet: 8A, C3 and 56. RGB value is (138,195,86). Sum of RGB (Red+Green+Blue) = 138+195+86=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC356 is #753CA9. Grayscale: #A5A5A5. Windows color (decimal): -7683242 or 5686154. OLE color: 5686154.

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

Color convert

RGB13819586-
CMYK0.2900.560.24
HSL91.38º47.6%55.1%-
HSV(B)91.38º55.9%76.47%-
XYZ31.6845.1115.84-
YUV165.5383.12108.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 195 (76.56% from 255) = 46.54%
BLUE value IS 86 (33.98% from 255) = 20.53%
R=32.94%
G=46.54%
B=20.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138195860.2900.560.2491.3847.655.1
Hex8AC3561D038185b3037
Octal21230312635070301336067
Binary10001010110000111010110111010111000110001011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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