#6ACA5B

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

Shades of Mantis #6ACA5B

Tints of Mantis #6ACA5B

Color information

#6ACA5B (or 0x6ACA5B) is unknown color: approx Mantis. HEX triplet: 6A, CA and 5B. RGB value is (106,202,91). Sum of RGB (Red+Green+Blue) = 106+202+91=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #6ACA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACA5B is #9535A4. Grayscale: #A0A0A0. Windows color (decimal): -9778597 or 6015594. OLE color: 6015594.

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

Color convert

RGB10620291-
CMYK0.4800.550.21
HSL111.89º51.15%57.45%-
HSV(B)111.89º54.95%79.22%-
XYZ28.9546.0617.26-
YUV160.6488.789.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=26.57%
G=50.63%
B=22.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106202910.4800.550.21111.8951.1557.45
Hex6ACA5B3003715703339
Octal15231213360067251606371
Binary11010101100101010110111100000110111101011110000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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