#7AC540

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

Shades of Mantis #7AC540

Tints of Mantis #7AC540

Color information

#7AC540 (or 0x7AC540) is unknown color: approx Mantis. HEX triplet: 7A, C5 and 40. RGB value is (122,197,64). Sum of RGB (Red+Green+Blue) = 122+197+64=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #7AC540 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC540 is #853ABF. Grayscale: #9F9F9F. Windows color (decimal): -8731328 or 4244858. OLE color: 4244858.

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

Color convert

RGB12219764-
CMYK0.3800.680.23
HSL93.83º53.41%51.18%-
HSV(B)93.83º67.51%77.25%-
XYZ28.9244.4411.9-
YUV159.4174.15101.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.85%
GREEN value IS 197 (77.34% from 255) = 51.44%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=31.85%
G=51.44%
B=16.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal122197640.3800.680.2393.8353.4151.18
Hex7AC54026044175e3533
Octal172305100460104271366563
Binary111101011000101100000010011001000100101111011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,197,64); }

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

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

 a { background-color: rgb(122,197,64); }

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

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

 span { border-color: rgb(122,197,64); }

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