#7AC34A

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

Shades of Mantis #7AC34A

Tints of Mantis #7AC34A

Color information

#7AC34A (or 0x7AC34A) is unknown color: approx Mantis. HEX triplet: 7A, C3 and 4A. RGB value is (122,195,74). Sum of RGB (Red+Green+Blue) = 122+195+74=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC34A is #853CB5. Grayscale: #9F9F9F. Windows color (decimal): -8731830 or 4899706. OLE color: 4899706.

HSL color Cylindrical-coordinate representation of color #7AC34A: hue angle of 96.2º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7AC34A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB12219574-
CMYK0.3700.620.24
HSL96.2º50.21%52.75%-
HSV(B)96.2º62.05%76.47%-
XYZ28.7843.6613.39-
YUV159.3879.82101.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 195 (76.56% from 255) = 49.87%
BLUE value IS 74 (29.30% from 255) = 18.93%
R=31.20%
G=49.87%
B=18.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122195740.3700.620.2496.250.2152.75
Hex7AC34A2503E18603235
Octal17230311245076301406265
Binary11110101100001110010101001010111110110001100000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,195,74); }

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

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

 a { background-color: rgb(122,195,74); }

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

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

 span { border-color: rgb(122,195,74); }

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