#7ACA6A

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

Shades of Mantis #7ACA6A

Tints of Mantis #7ACA6A

Color information

#7ACA6A (or 0x7ACA6A) is unknown color: approx Mantis. HEX triplet: 7A, CA and 6A. RGB value is (122,202,106). Sum of RGB (Red+Green+Blue) = 122+202+106=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #7ACA6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACA6A is #853595. Grayscale: #A7A7A7. Windows color (decimal): -8730006 or 6998650. OLE color: 6998650.

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

Color convert

RGB122202106-
CMYK0.4000.480.21
HSL110º47.52%60.39%-
HSV(B)110º47.52%79.22%-
XYZ31.7547.4221.12-
YUV167.1493.595.81-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 106 (41.80% from 255) = 24.65%
R=28.37%
G=46.98%
B=24.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1222021060.4000.480.2111047.5260.39
Hex7ACA6A28030156e303c
Octal17231215250060251566074
Binary11110101100101011010101010000110000101011101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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