#8AC049

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

Shades of Mantis #8AC049

Tints of Mantis #8AC049

Color information

#8AC049 (or 0x8AC049) is unknown color: approx Mantis. HEX triplet: 8A, C0 and 49. RGB value is (138,192,73). Sum of RGB (Red+Green+Blue) = 138+192+73=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC049 is #753FB6. Grayscale: #A2A2A2. Windows color (decimal): -7684023 or 4833418. OLE color: 4833418.

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

Color convert

RGB13819273-
CMYK0.2800.620.25
HSL87.23º48.57%51.96%-
HSV(B)87.23º61.98%75.29%-
XYZ30.5343.5813.11-
YUV162.2977.61110.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.24%
GREEN value IS 192 (75.39% from 255) = 47.64%
BLUE value IS 73 (28.91% from 255) = 18.11%
R=34.24%
G=47.64%
B=18.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138192730.2800.620.2587.2348.5751.96
Hex8AC0491C03E19573134
Octal21230011134076311276164
Binary10001010110000001001001111000111110110011010111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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