#7AC840

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

Shades of Mantis #7AC840

Tints of Mantis #7AC840

Color information

#7AC840 (or 0x7AC840) is unknown color: approx Mantis. HEX triplet: 7A, C8 and 40. RGB value is (122,200,64). Sum of RGB (Red+Green+Blue) = 122+200+64=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #7AC840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC840 is #8537BF. Grayscale: #A1A1A1. Windows color (decimal): -8730560 or 4245626. OLE color: 4245626.

HSL color Cylindrical-coordinate representation of color #7AC840: hue angle of 94.41º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AC840 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB12220064-
CMYK0.3900.680.22
HSL94.41º55.28%51.76%-
HSV(B)94.41º68%78.43%-
XYZ29.6145.8212.13-
YUV161.1773.16100.06-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 31.61%
GREEN value IS 200 (78.52% from 255) = 51.81%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=31.61%
G=51.81%
B=16.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122200640.3900.680.2294.4155.2851.76
Hex7AC84027044165e3734
Octal172310100470104261366764
Binary111101011001000100000010011101000100101101011110110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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