#7AC449

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

Shades of Mantis #7AC449

Tints of Mantis #7AC449

Color information

#7AC449 (or 0x7AC449) is unknown color: approx Mantis. HEX triplet: 7A, C4 and 49. RGB value is (122,196,73). Sum of RGB (Red+Green+Blue) = 122+196+73=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC449 is #853BB6. Grayscale: #A0A0A0. Windows color (decimal): -8731575 or 4834426. OLE color: 4834426.

HSL color Cylindrical-coordinate representation of color #7AC449: hue angle of 96.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7AC449 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB12219673-
CMYK0.3800.630.23
HSL96.1º51.04%52.75%-
HSV(B)96.1º62.76%76.86%-
XYZ28.9744.113.29-
YUV159.8578.98101-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 196 (76.95% from 255) = 50.13%
BLUE value IS 73 (28.91% from 255) = 18.67%
R=31.20%
G=50.13%
B=18.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122196730.3800.630.2396.151.0452.75
Hex7AC4492603F17603335
Octal17230411146077271406365
Binary11110101100010010010011001100111111101111100000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AC449; }

 p { color: rgb(122,196,73); }

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

<style>
 a { background-color: #7AC449; }

 a { background-color: rgb(122,196,73); }

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

<style>
 span { border-color: #7AC449; }

 span { border-color: rgb(122,196,73); }

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