#7AC364

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

Shades of Mantis #7AC364

Tints of Mantis #7AC364

Color information

#7AC364 (or 0x7AC364) is unknown color: approx Mantis. HEX triplet: 7A, C3 and 64. RGB value is (122,195,100). Sum of RGB (Red+Green+Blue) = 122+195+100=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 100 (39.45% from 255 or 23.98% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC364 is #853C9B. Grayscale: #A2A2A2. Windows color (decimal): -8731804 or 6603642. OLE color: 6603642.

HSL color Cylindrical-coordinate representation of color #7AC364: hue angle of 106.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AC364 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB122195100-
CMYK0.3700.490.24
HSL106.11º44.19%57.84%-
HSV(B)106.11º48.72%76.47%-
XYZ29.8444.0918.99-
YUV162.3492.8299.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 195 (76.56% from 255) = 46.76%
BLUE value IS 100 (39.45% from 255) = 23.98%
R=29.26%
G=46.76%
B=23.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221951000.3700.490.24106.1144.1957.84
Hex7AC36425031186a2c3a
Octal17230314445061301525472
Binary11110101100001111001001001010110001110001101010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,195,100); }

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

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

 a { background-color: rgb(122,195,100); }

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

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

 span { border-color: rgb(122,195,100); }

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