#6ACA5E

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

Shades of Mantis #6ACA5E

Tints of Mantis #6ACA5E

Color information

#6ACA5E (or 0x6ACA5E) is unknown color: approx Mantis. HEX triplet: 6A, CA and 5E. RGB value is (106,202,94). Sum of RGB (Red+Green+Blue) = 106+202+94=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACA5E is #9535A1. Grayscale: #A1A1A1. Windows color (decimal): -9778594 or 6212202. OLE color: 6212202.

HSL color Cylindrical-coordinate representation of color #6ACA5E: hue angle of 113.33º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6ACA5E is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB10620294-
CMYK0.4800.530.21
HSL113.33º50.47%58.04%-
HSV(B)113.33º53.47%79.22%-
XYZ29.0846.1117.96-
YUV160.9890.288.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.37%
GREEN value IS 202 (79.30% from 255) = 50.25%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=26.37%
G=50.25%
B=23.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106202940.4800.530.21113.3350.4758.04
Hex6ACA5E300351571323a
Octal15231213660065251616272
Binary11010101100101010111101100000110101101011110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6ACA5E; }

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

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

<style>
 a { background-color: #6ACA5E; }

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

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

<style>
 span { border-color: #6ACA5E; }

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

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