#7ACC41

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

Shades of Mantis #7ACC41

Tints of Mantis #7ACC41

Color information

#7ACC41 (or 0x7ACC41) is unknown color: approx Mantis. HEX triplet: 7A, CC and 41. RGB value is (122,204,65). Sum of RGB (Red+Green+Blue) = 122+204+65=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #7ACC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACC41 is #8533BE. Grayscale: #A4A4A4. Windows color (decimal): -8729535 or 4312186. OLE color: 4312186.

HSL color Cylindrical-coordinate representation of color #7ACC41: hue angle of 95.4º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7ACC41 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB12220465-
CMYK0.4000.680.2
HSL95.4º57.68%52.75%-
HSV(B)95.4º68.14%80%-
XYZ30.5747.712.6-
YUV163.6472.3398.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.20%
GREEN value IS 204 (80.08% from 255) = 52.17%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=31.20%
G=52.17%
B=16.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122204650.4000.680.295.457.6852.75
Hex7ACC4128044145f3a35
Octal172314101500104241377265
Binary111101011001100100000110100001000100101001011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,204,65); }

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

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

 a { background-color: rgb(122,204,65); }

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

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

 span { border-color: rgb(122,204,65); }

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