#7ACA4B

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

Shades of Mantis #7ACA4B

Tints of Mantis #7ACA4B

Color information

#7ACA4B (or 0x7ACA4B) is unknown color: approx Mantis. HEX triplet: 7A, CA and 4B. RGB value is (122,202,75). Sum of RGB (Red+Green+Blue) = 122+202+75=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACA4B is #8535B4. Grayscale: #A4A4A4. Windows color (decimal): -8730037 or 4967034. OLE color: 4967034.

HSL color Cylindrical-coordinate representation of color #7ACA4B: hue angle of 97.8º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7ACA4B is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB12220275-
CMYK0.4000.630.21
HSL97.8º54.51%54.31%-
HSV(B)97.8º62.87%79.22%-
XYZ30.4246.8914.1-
YUV163.67898.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.58%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 75 (29.69% from 255) = 18.80%
R=30.58%
G=50.63%
B=18.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122202750.4000.630.2197.854.5154.31
Hex7ACA4B2803F15623736
Octal17231211350077251426766
Binary11110101100101010010111010000111111101011100010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,202,75); }

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

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

 a { background-color: rgb(122,202,75); }

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

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

 span { border-color: rgb(122,202,75); }

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