#7ACA5C

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

Shades of Mantis #7ACA5C

Tints of Mantis #7ACA5C

Color information

#7ACA5C (or 0x7ACA5C) is unknown color: approx Mantis. HEX triplet: 7A, CA and 5C. RGB value is (122,202,92). Sum of RGB (Red+Green+Blue) = 122+202+92=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 92 (36.33% from 255 or 22.12% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACA5C is #8535A3. Grayscale: #A5A5A5. Windows color (decimal): -8730020 or 6081146. OLE color: 6081146.

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

Color convert

RGB12220292-
CMYK0.4000.540.21
HSL103.64º50.93%57.65%-
HSV(B)103.64º54.46%79.22%-
XYZ31.0847.1517.59-
YUV165.5486.596.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.33%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 92 (36.33% from 255) = 22.12%
R=29.33%
G=48.56%
B=22.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal122202920.4000.540.21103.6450.9357.65
Hex7ACA5C280361568333a
Octal17231213450066251506372
Binary11110101100101010111001010000110110101011101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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