#7AC04D

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

Shades of Mantis #7AC04D

Tints of Mantis #7AC04D

Color information

#7AC04D (or 0x7AC04D) is unknown color: approx Mantis. HEX triplet: 7A, C0 and 4D. RGB value is (122,192,77). Sum of RGB (Red+Green+Blue) = 122+192+77=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC04D is #853FB2. Grayscale: #9E9E9E. Windows color (decimal): -8732595 or 5095546. OLE color: 5095546.

HSL color Cylindrical-coordinate representation of color #7AC04D: hue angle of 96.52º 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 #7AC04D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB12219277-
CMYK0.3600.600.25
HSL96.52º47.72%52.75%-
HSV(B)96.52º59.9%75.29%-
XYZ28.2242.3713.71-
YUV157.9682.31102.35-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 192 (75.39% from 255) = 49.10%
BLUE value IS 77 (30.47% from 255) = 19.69%
R=31.20%
G=49.10%
B=19.69%

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
Decimal122192770.3600.600.2596.5247.7252.75
Hex7AC04D2403C19613035
Octal17230011544074311416065
Binary11110101100000010011011001000111100110011100001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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