#8AC856

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

Shades of Mantis #8AC856

Tints of Mantis #8AC856

Color information

#8AC856 (or 0x8AC856) is unknown color: approx Mantis. HEX triplet: 8A, C8 and 56. RGB value is (138,200,86). Sum of RGB (Red+Green+Blue) = 138+200+86=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #8AC856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC856 is #7537A9. Grayscale: #A8A8A8. Windows color (decimal): -7681962 or 5687434. OLE color: 5687434.

HSL color Cylindrical-coordinate representation of color #8AC856: hue angle of 92.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8AC856 is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB13820086-
CMYK0.3100.570.22
HSL92.63º50.89%56.08%-
HSV(B)92.63º57%78.43%-
XYZ32.8247.3816.22-
YUV168.4781.46106.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.55%
GREEN value IS 200 (78.52% from 255) = 47.17%
BLUE value IS 86 (33.98% from 255) = 20.28%
R=32.55%
G=47.17%
B=20.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138200860.3100.570.2292.6350.8956.08
Hex8AC8561F039165d3338
Octal21231012637071261356370
Binary10001010110010001010110111110111001101101011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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