#8AC061

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

Shades of Mantis #8AC061

Tints of Mantis #8AC061

Color information

#8AC061 (or 0x8AC061) is unknown color: approx Mantis. HEX triplet: 8A, C0 and 61. RGB value is (138,192,97). Sum of RGB (Red+Green+Blue) = 138+192+97=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 192 (75.39% from 255 or 44.96% from 427); Blue value is 97 (38.28% from 255 or 22.72% from 427); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC061 is #753F9E. Grayscale: #A5A5A5. Windows color (decimal): -7683999 or 6406282. OLE color: 6406282.

HSL color Cylindrical-coordinate representation of color #8AC061: hue angle of 94.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AC061 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB13819297-
CMYK0.2800.490.25
HSL94.11º42.99%56.67%-
HSV(B)94.11º49.48%75.29%-
XYZ31.4943.9718.14-
YUV165.0289.61108.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.32%
GREEN value IS 192 (75.39% from 255) = 44.96%
BLUE value IS 97 (38.28% from 255) = 22.72%
R=32.32%
G=44.96%
B=22.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138192970.2800.490.2594.1142.9956.67
Hex8AC0611C031195e2b39
Octal21230014134061311365371
Binary10001010110000001100001111000110001110011011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,97); }

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

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

 a { background-color: rgb(138,192,97); }

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

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

 span { border-color: rgb(138,192,97); }

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