#7ACA5D

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

Shades of Mantis #7ACA5D

Tints of Mantis #7ACA5D

Color information

#7ACA5D (or 0x7ACA5D) is unknown color: approx Mantis. HEX triplet: 7A, CA and 5D. RGB value is (122,202,93). Sum of RGB (Red+Green+Blue) = 122+202+93=417 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.26% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACA5D is #8535A2. Grayscale: #A6A6A6. Windows color (decimal): -8730019 or 6146682. OLE color: 6146682.

HSL color Cylindrical-coordinate representation of color #7ACA5D: hue angle of 104.04º 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 #7ACA5D is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB12220293-
CMYK0.4000.540.21
HSL104.04º50.7%57.84%-
HSV(B)104.04º53.96%79.22%-
XYZ31.1247.1717.82-
YUV165.658796.86-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.26%
GREEN value IS 202 (79.30% from 255) = 48.44%
BLUE value IS 93 (36.72% from 255) = 22.30%
R=29.26%
G=48.44%
B=22.30%

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
Decimal122202930.4000.540.21104.0450.757.84
Hex7ACA5D280361568333a
Octal17231213550066251506372
Binary11110101100101010111011010000110110101011101000110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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