#7AC370

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

Shades of Mantis #7AC370

Tints of Mantis #7AC370

Color information

#7AC370 (or 0x7AC370) is unknown color: approx Mantis. HEX triplet: 7A, C3 and 70. RGB value is (122,195,112). Sum of RGB (Red+Green+Blue) = 122+195+112=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC370 is #853C8F. Grayscale: #A3A3A3. Windows color (decimal): -8731792 or 7390074. OLE color: 7390074.

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

Color convert

RGB122195112-
CMYK0.3700.430.24
HSL112.77º40.89%60.2%-
HSV(B)112.77º42.56%76.47%-
XYZ30.4744.3422.28-
YUV163.7198.8298.25-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.44%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=28.44%
G=45.45%
B=26.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221951120.3700.430.24112.7740.8960.2
Hex7AC3702502B1871293c
Octal17230316045053301615174
Binary11110101100001111100001001010101011110001110001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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