#7AC750

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

Shades of Mantis #7AC750

Tints of Mantis #7AC750

Color information

#7AC750 (or 0x7AC750) is unknown color: approx Mantis. HEX triplet: 7A, C7 and 50. RGB value is (122,199,80). Sum of RGB (Red+Green+Blue) = 122+199+80=401 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.42% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #7AC750 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AC750 is #8538AF. Grayscale: #A2A2A2. Windows color (decimal): -8730800 or 5293946. OLE color: 5293946.

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

Color convert

RGB12219980-
CMYK0.3900.600.22
HSL98.82º51.52%54.71%-
HSV(B)98.82º59.8%78.04%-
XYZ29.945.5614.81-
YUV162.4181.4999.18-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.42%
GREEN value IS 199 (78.12% from 255) = 49.63%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=30.42%
G=49.63%
B=19.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal122199800.3900.600.2298.8251.5254.71
Hex7AC7502703C16633437
Octal17230712047074261436467
Binary11110101100011110100001001110111100101101100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,199,80); }

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

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

 a { background-color: rgb(122,199,80); }

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

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

 span { border-color: rgb(122,199,80); }

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