#7AC04C

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

Shades of Mantis #7AC04C

Tints of Mantis #7AC04C

Color information

#7AC04C (or 0x7AC04C) is unknown color: approx Mantis. HEX triplet: 7A, C0 and 4C. RGB value is (122,192,76). Sum of RGB (Red+Green+Blue) = 122+192+76=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC04C is #853FB3. Grayscale: #9E9E9E. Windows color (decimal): -8732596 or 5030010. OLE color: 5030010.

HSL color Cylindrical-coordinate representation of color #7AC04C: hue angle of 96.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7AC04C is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB12219276-
CMYK0.3600.600.25
HSL96.21º47.93%52.55%-
HSV(B)96.21º60.42%75.29%-
XYZ28.1842.3613.53-
YUV157.8581.81102.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.28%
GREEN value IS 192 (75.39% from 255) = 49.23%
BLUE value IS 76 (30.08% from 255) = 19.49%
R=31.28%
G=49.23%
B=19.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122192760.3600.600.2596.2147.9352.55
Hex7AC04C2403C19603035
Octal17230011444074311406065
Binary11110101100000010011001001000111100110011100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,192,76); }

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

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

 a { background-color: rgb(122,192,76); }

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

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

 span { border-color: rgb(122,192,76); }

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