#8AC149

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

Shades of Mantis #8AC149

Tints of Mantis #8AC149

Color information

#8AC149 (or 0x8AC149) is unknown color: approx Mantis. HEX triplet: 8A, C1 and 49. RGB value is (138,193,73). Sum of RGB (Red+Green+Blue) = 138+193+73=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 193 (75.78% from 255 or 47.77% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC149 is #753EB6. Grayscale: #A3A3A3. Windows color (decimal): -7683767 or 4833674. OLE color: 4833674.

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

Color convert

RGB13819373-
CMYK0.2800.620.24
HSL87.5º49.18%52.16%-
HSV(B)87.5º62.18%75.69%-
XYZ30.7544.0213.18-
YUV162.8877.28110.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 193 (75.78% from 255) = 47.77%
BLUE value IS 73 (28.91% from 255) = 18.07%
R=34.16%
G=47.77%
B=18.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138193730.2800.620.2487.549.1852.16
Hex8AC1491C03E18583134
Octal21230111134076301306164
Binary10001010110000011001001111000111110110001011000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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